ref 去除NotNotify字段, 各类型订单扩展合并到订单对象中

This commit is contained in:
DaxPay
2024-06-11 16:11:05 +08:00
parent 5b49ff70dc
commit b2b9e98583
70 changed files with 372 additions and 929 deletions

View File

@@ -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()));
// 中途退出 目前经测试不生效