测试支付回调地址3

This commit is contained in:
GYJ
2024-12-13 17:24:59 +08:00
parent bdd223ee5e
commit ff634f2ded
5 changed files with 17 additions and 4 deletions

View File

@@ -29,6 +29,9 @@ public class SqxApplication {
if ("pay.extractNotifyUrl".equals(key)) {
WuyouPay.setExtractNotifyUrl(value.toString());
}
if ("pay.h5BaseUrl".equals(key)) {
WuyouPay.setH5BaseUrl(value.toString());
}
});
}
}