pay: 接入支付宝 PC 支付的表单

This commit is contained in:
YunaiV
2023-02-18 21:16:22 +08:00
parent b34801f303
commit ce8571e313
3 changed files with 34 additions and 26 deletions

View File

@ -69,10 +69,6 @@ public class AlipayPcPayClient extends AbstractAlipayClient {
log.error("[unifiedOrder][request({}) 发起支付失败]", JsonUtils.toJsonString(reqDTO), e);
return PayCommonResult.build(e.getErrCode(), e.getErrMsg(), null, codeMapping);
}
// 1. form
// 2. url
// 3. code
// 4. code url
// 2.2 处理结果
System.out.println(response.getBody());