Преглед на файлове

fix(pay): 更新微信支付通知地址为正式环境地址

- 将支付通知地址从测试地址切换至生产地址
- 将退款通知地址从测试地址切换至生产地址- 注释掉旧的测试地址配置信息
wzq преди 4 дни
родител
ревизия
6b79fec028

+ 4 - 4
national-motion-module-system/national-motion-system-biz/src/main/java/org/jeecg/modules/pay/config/WechatUrlConstants.java

@@ -17,12 +17,12 @@ public class WechatUrlConstants {
     public final static String PAY_V3_QUERY_OUT = "https://api.mch.weixin.qq.com/v3/pay/partner/transactions/out-trade-no/{out_trade_no}";
 
     //微信支付v3 支付通知接口地址
-//    public final static String PAY_V3_NOTIFY = "https://admin.qlapp.cn/jeecgboot/app/order/wechatPayNotify";
-    public final static String PAY_V3_NOTIFY = "https://60deed35.r28.cpolar.top/jeecg-boot/app/order/wechatPayNotify";
+    public final static String PAY_V3_NOTIFY = "https://admin.qlapp.cn/jeecgboot/app/order/wechatPayNotify";
+//    public final static String PAY_V3_NOTIFY = "https://60deed35.r28.cpolar.top/jeecg-boot/app/order/wechatPayNotify";
 
     //微信支付v3 退款通知接口地址
-//    public final static String PAY_V3_REFUND_NOTIFY = "https://admin.qlapp.cn/jeecgboot/app/order/callback/refundOrderNotify";
-    public final static String PAY_V3_REFUND_NOTIFY = "https://60deed35.r28.cpolar.top/jeecg-boot/app/order/callback/refundOrderNotify";
+    public final static String PAY_V3_REFUND_NOTIFY = "https://admin.qlapp.cn/jeecgboot/app/order/callback/refundOrderNotify";
+//    public final static String PAY_V3_REFUND_NOTIFY = "https://60deed35.r28.cpolar.top/jeecg-boot/app/order/callback/refundOrderNotify";
 
     //服务商 添加分账接收方
     public final static String PAY_V3_RECEIVERS_ADD = "https://api.mch.weixin.qq.com/v3/profitsharing/receivers/add";