zhuchengjie 2 anni fa
parent
commit
e4e59f8c46
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Http/Controllers/QuickApp/Book/BookController.php

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

@@ -711,7 +711,7 @@ class BookController extends BaseController
             return response()->success([]);
         }
 
-        $list = ChannelRecommendBooksService::getRecommendBooks($package_info->channel_id,$bid,$priority);
+        $list = ChannelRecommendBooksService::getRecommendBooks($package_info->channel_id,$bid);
         if(!$list->isEmpty()){
             foreach($list as $key => $item){
                 $this->incrRecommendNum($package_info->channel_id,$item->bid);