|
@@ -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');
|