|
|
@@ -267,7 +267,7 @@ class BalanceLogService extends BaseService
|
|
|
'status' => 1,
|
|
|
'mark' => 1,
|
|
|
];
|
|
|
- if(!AccountLogModel::insertGetId($log)){
|
|
|
+ if(!$accountId = AccountLogModel::insertGetId($log)){
|
|
|
DB::rollBack();
|
|
|
$this->error = '提现处理失败';
|
|
|
RedisService::clear($cacheLockKey);
|
|
|
@@ -281,6 +281,6 @@ class BalanceLogService extends BaseService
|
|
|
ActionLogModel::record();
|
|
|
RedisService::clear($cacheLockKey);
|
|
|
$this->error = '提现申请成功,请耐心等候审核~';
|
|
|
- return ['id'=>$orderId,'money'=>$money];
|
|
|
+ return ['id'=>$orderId,'aid'=>$accountId,'money'=>$money];
|
|
|
}
|
|
|
}
|