## Opt - 测试回调接口
This commit is contained in:
parent
7f17acdaf4
commit
b5381548e2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue