Преглед на файлове

Merge branch 'zhucj' of iqiyoo:zhuishuyun_wap into zhucj

onlinetest преди 3 години
родител
ревизия
39328b5fca
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      app/Http/Controllers/QuickApp/Book/BookController.php

+ 0 - 2
app/Http/Controllers/QuickApp/Book/BookController.php

@@ -191,14 +191,12 @@ class BookController extends BaseController
 //        $user =  (new QappUserService)->getGolableUser();
 
         if($this->user_info){
-            \Log::info('send_order_book:uid1:'.$this->uid);
 
             if(!$this->send_order_id || $this->send_order_id == 0 ){
                 \Log::info('un_send_order_book:uid:'.$this->uid);
                 $result = $this->getCheckBids($channel,$books);
                 return response()->success($result);
             }
-            \Log::info('send_order_book:uid:'.$this->uid);
             $hotBids   = RecommendService::getRecommendIdsStatic($channel, 'hot');
             $liveBids  = RecommendService::getRecommendIdsStatic($channel, 'live');
             $recomBids = RecommendService::getRecommendIdsStatic($channel, 'recom');