f
This commit is contained in:
@@ -193,7 +193,7 @@ func (l *AgentWithdrawalLogic) mapAlipayError(code string) string {
|
||||
if msg, ok := errorMapping[code]; ok {
|
||||
return msg
|
||||
}
|
||||
return "系统错误,请联系客服"
|
||||
return fmt.Sprintf("系统错误,请联系客服,错误码: %s", code)
|
||||
}
|
||||
|
||||
// 创建提现记录(事务内操作)
|
||||
|
||||
Reference in New Issue
Block a user