## Opt - 测试回调接口

This commit is contained in:
sangelxiu1 2025-07-04 10:35:04 +08:00
parent 7f17acdaf4
commit b5381548e2
1 changed files with 2 additions and 2 deletions

View File

@ -241,9 +241,9 @@ public class JdPayServiceImpl implements IJdPayService {
// 用户标识收银台必传
.userId(userId)
// 同步通知URL收银台必传页面回调地址
.pageBackUrl(jdPayWechatAlipayProperties.getPageBackUrl() + "?extParam=" + onlinePayment.getExtParam())
.pageBackUrl(jdPayBankProperties.getPageBackUrl() + "?extParam=" + onlinePayment.getExtParam())
// 支付回调地址
.notifyUrl(jdPayWechatAlipayProperties.getNotifyUrl())
.notifyUrl(jdPayBankProperties.getNotifyUrl())
// 交易类型
.tradeType(tradeType)
// 交易场景ONLINE_APP线上移动端 ONLINE_PC:线上PC