zhuchengjie 3 rokov pred
rodič
commit
dd0b5be4b7

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

@@ -189,8 +189,6 @@ class BookController extends BaseController
             return $item;
         });
         $user =  (new QappUserService)->getGolableUser();
-        \Log::info('send_order_book:uid1:');
-        \Log::info(json_encode($user));
         if(isset($user->uid) && !empty($user->uid)){
 
             if(!$this->uid || (isset($this->uid) && (!$this->send_order_id || $this->send_order_id == 0)) ){
@@ -198,7 +196,6 @@ class BookController extends BaseController
                 $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');