...
|
...
|
@@ -159,7 +159,7 @@ class UsersController extends HomeBaseController{ |
|
|
'deposit' => $data['total_fee'],
|
|
|
];
|
|
|
try{
|
|
|
Db::name('order')->where(['order_no'=>$order_no])->update($data);
|
|
|
Db::name('users')->where(['deposit_order_no'=>$order_no])->update($data);
|
|
|
}catch (\Exception $exception){
|
|
|
$this->apiResponse(301,'error:'.$exception->getMessage());
|
|
|
}
|
...
|
...
|
|