zhuchengjie 2 年之前
父节点
当前提交
96776dacb8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/Modules/Channel/Services/ChannelRecommendBooksService.php

+ 2 - 0
app/Modules/Channel/Services/ChannelRecommendBooksService.php

@@ -32,6 +32,8 @@ class ChannelRecommendBooksService
             \Log::info('count:'.$count);
             self::getRecommendBooks($channel_id,0,$count,$lists);
         }else{
+            \Log::info('return:lists');
+            \Log::info($lists);
             return $lists;
         }
     }