|
@@ -189,7 +189,8 @@ 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);
|
|
|
|
|
|
+ \Log::info('user_log_off_user_info:uid:');
|
|
|
|
+ \Log::info($user);
|
|
if($user){
|
|
if($user){
|
|
if(!$this->uid || (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);
|