This commit is contained in:
2026-01-12 19:02:42 +08:00
parent adb678435e
commit 668b3f65e3
2 changed files with 8 additions and 3 deletions

View File

@@ -230,7 +230,7 @@ func (a *AliPayService) AliTransfer(
// ALIPAY_USER_ID/ALIPAY_LOGON_ID
},
}
logx.Infof("支付宝转账请求,请求数据: %+v", req)
// 执行转账请求
transferRsp, err := a.AlipayClient.FundTransUniTransfer(ctx, req)
logx.Infof("支付宝转账请求,响应数据: %+v", transferRsp)