fix log
This commit is contained in:
parent
80861c53f1
commit
1bff356eb8
@ -311,6 +311,7 @@ func (l *AgentWithdrawalLogic) handleTransferFailure(outBizNo string, rsp interf
|
|||||||
}
|
}
|
||||||
l.updateWithdrawalStatus(outBizNo, StatusFailed, errorMsg)
|
l.updateWithdrawalStatus(outBizNo, StatusFailed, errorMsg)
|
||||||
l.Logger.Errorf("提现失败 outBizNo:%s reason:%s", outBizNo, errorMsg)
|
l.Logger.Errorf("提现失败 outBizNo:%s reason:%s", outBizNo, errorMsg)
|
||||||
|
l.Logger.Errorf("错误响应 rsp:%+v", rsp)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 超时处理
|
// 超时处理
|
||||||
|
Loading…
Reference in New Issue
Block a user