zhuchengjie 2 years ago
parent
commit
2ba32f3f0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/QuickApp/Book/BookController.php

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

@@ -707,7 +707,7 @@ class BookController extends BaseController
         }
 
         $list = ChannelRecommendBooksService::getRecommendBooks($package_info->channel_id,$id);
-
+        \Log::info($list);
         foreach($list as $item){
             \Log::info($item);