|
@@ -189,7 +189,7 @@ class BookController extends BaseController
|
|
return $item;
|
|
return $item;
|
|
});
|
|
});
|
|
$user = (new QappUserService)->getGolableUser();
|
|
$user = (new QappUserService)->getGolableUser();
|
|
-
|
|
|
|
|
|
+ \Log::info('send_order_book:uid1:'.$user->uid);
|
|
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)) ){
|
|
@@ -212,6 +212,7 @@ class BookController extends BaseController
|
|
];
|
|
];
|
|
return response()->success($result);
|
|
return response()->success($result);
|
|
}
|
|
}
|
|
|
|
+
|
|
$result = $this->getCheckBids($channel,$books);
|
|
$result = $this->getCheckBids($channel,$books);
|
|
return response()->success($result);
|
|
return response()->success($result);
|
|
|
|
|