zhoulj %!s(int64=3) %!d(string=hai) anos
pai
achega
4d8a039937
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/QuickApp/Book/ChapterController.php

+ 1 - 1
app/Http/Controllers/QuickApp/Book/ChapterController.php

@@ -491,7 +491,7 @@ class ChapterController extends BaseController
         $chapter->content = trim(str_replace('    ', '  ', $chapter_content->content));
         $chapter->content = trim(str_replace('\r\n\u3000\u3000\r\n\u3000\u3000', '\r\n\u3000\u3000', $chapter_content->content));
         $chapter->content = trim(str_replace('\r\n\r\n', '\r\n', $chapter_content->content));
-        
+        \Log::info('getChapter_chapter:'.$bid.' cid:'.$cid.' content:'.json_encode($chapter->content));
         //统计点击率
         $key   = 'book_click_num_bid_' . $bid;
         $field = date('Y-m-d');