@@ -488,7 +488,7 @@ class BalanceLogService extends BaseService
$hash = isset($result['txId']) ? $result['txId'] : '';
if(empty($hash)){
DB::rollBack();
- $this->error = 4005;
+ $this->error = WalletService::make()->getError();
RedisService::clear($cacheKey);
return false;
}
@@ -318,6 +318,7 @@ return [
'4004'=> '账户信息不存在',
'4005'=> '用户未绑定钱包地址',
'4006'=> '审核打款处理失败',
+ '4007'=> '链上审核打款失败',
'112009'=> '供应商账户余额不足,请联系客服',
'我正在直播,快来看看吧'=>'我正在直播,快来看看吧',