瀏覽代碼

'取消log'

zhuchengjie 3 年之前
父節點
當前提交
dd0b5be4b7
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      app/Http/Controllers/QuickApp/Book/BookController.php

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

@@ -189,8 +189,6 @@ class BookController extends BaseController
             return $item;
             return $item;
         });
         });
         $user =  (new QappUserService)->getGolableUser();
         $user =  (new QappUserService)->getGolableUser();
-        \Log::info('send_order_book:uid1:');
-        \Log::info(json_encode($user));
         if(isset($user->uid) && !empty($user->uid)){
         if(isset($user->uid) && !empty($user->uid)){
 
 
             if(!$this->uid || (isset($this->uid) && (!$this->send_order_id || $this->send_order_id == 0)) ){
             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);
                 $result = $this->getCheckBids($channel,$books);
                 return response()->success($result);
                 return response()->success($result);
             }
             }
-            \Log::info('send_order_book:uid:'.$this->uid);
             $hotBids   = RecommendService::getRecommendIdsStatic($channel, 'hot');
             $hotBids   = RecommendService::getRecommendIdsStatic($channel, 'hot');
             $liveBids  = RecommendService::getRecommendIdsStatic($channel, 'live');
             $liveBids  = RecommendService::getRecommendIdsStatic($channel, 'live');
             $recomBids = RecommendService::getRecommendIdsStatic($channel, 'recom');
             $recomBids = RecommendService::getRecommendIdsStatic($channel, 'recom');