mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 23:45:08 +08:00
pay: 接入支付宝 PC 支付的表单
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user