|
@@ -334,7 +334,7 @@ class ChapterService
|
|
$temp_size = 0;
|
|
$temp_size = 0;
|
|
}
|
|
}
|
|
$temp_size += mb_strlen($item);
|
|
$temp_size += mb_strlen($item);
|
|
- $temp_content .= $item.'\r\n';
|
|
|
|
|
|
+ $temp_content .= $item."\r\n";
|
|
$data[$count-1] = [
|
|
$data[$count-1] = [
|
|
'bid'=>$chapter->bid,
|
|
'bid'=>$chapter->bid,
|
|
'is_vip'=>$chapter->is_vip,
|
|
'is_vip'=>$chapter->is_vip,
|