mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-09 13:59:05 +00:00
ref 去除NotNotify字段, 各类型订单扩展合并到订单对象中
This commit is contained in:
@@ -193,7 +193,6 @@ public class AggregateService {
|
||||
.orElse("127.0.0.1");
|
||||
payParam.setClientIp(ip);
|
||||
// 异步回调地址
|
||||
payParam.setNotNotify(false);
|
||||
// 支付成功同步回调地址
|
||||
payParam.setReturnUrl(StrUtil.format("{}/result/success", daxPayDemoProperties.getFrontH5Url()));
|
||||
// 中途退出 目前经测试不生效
|
||||
|
Reference in New Issue
Block a user