|
@@ -189,8 +189,7 @@ class BookController extends BaseController
|
|
return $item;
|
|
return $item;
|
|
});
|
|
});
|
|
$user = $qapp_user = (new QappUserService)->getGolableUser();
|
|
$user = $qapp_user = (new QappUserService)->getGolableUser();
|
|
- dd($user);
|
|
|
|
- if(!$this->uid || (isset($this->uid) && !$this->send_order_id)){
|
|
|
|
|
|
+ if(!$user || !$this->user_info || (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);
|
|
}
|
|
}
|