add debug log
This commit is contained in:
		| @@ -113,6 +113,7 @@ func (l *AgentWithdrawalLogic) AgentWithdrawal(req *types.WithdrawalReq) (*types | ||||
| 	// 同步调用支付宝转账 | ||||
| 	transferResp, err := l.svcCtx.AlipayService.AliTransfer(l.ctx, req.PayeeAccount, req.PayeeName, req.Amount, "代理提现", outBizNo) | ||||
| 	if err != nil { | ||||
| 		l.Logger.Errorf("【支付宝转账失败】outBizNo:%s error:%v", outBizNo, err) | ||||
| 		l.handleTransferError(outBizNo, err, "支付宝接口调用失败") | ||||
| 		return nil, errors.Wrapf(xerr.NewErrCode(xerr.SERVER_COMMON_ERROR), "支付宝接口调用失败: %v", err) | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user