|
|
@@ -75,7 +75,7 @@ class CoinLogController extends Backend
|
|
|
return returnJson($params, false,[]);
|
|
|
}
|
|
|
|
|
|
- if(!CoinLogService::make()->confirmWithdraw($this->userInfo['user_id'], $params)){
|
|
|
+ if(!CoinLogService::make()->confirmWithdraw($this->userId, $params)){
|
|
|
return returnJson(CoinLogService::make()->getError(), false);
|
|
|
}else{
|
|
|
return returnJson(CoinLogService::make()->getError(), true);
|