|
@@ -189,8 +189,9 @@ class BookController extends BaseController
|
|
return $item;
|
|
return $item;
|
|
});
|
|
});
|
|
$user = (new QappUserService)->getGolableUser();
|
|
$user = (new QappUserService)->getGolableUser();
|
|
|
|
+ \Log::info('user_log_off_user_info:uid:'.$user);
|
|
if($user){
|
|
if($user){
|
|
- if(!$this->user_info || (isset($this->uid) && !$this->send_order_id)){
|
|
|
|
|
|
+ if(!$this->uid || (isset($this->uid) && !$this->send_order_id)){
|
|
$result = $this->getCheckBids($channel,$books);
|
|
$result = $this->getCheckBids($channel,$books);
|
|
return response()->success($result);
|
|
return response()->success($result);
|
|
}
|
|
}
|