zhoulj 3 лет назад
Родитель
Сommit
58a2185f62
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/Http/Controllers/QuickApp/Book/ChapterController.php

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

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