Bladeren bron

微信支付回调地址更新

skyline 1 jaar geleden
bovenliggende
commit
433cf23e5f

+ 3 - 3
car-wash-miniapp/src/main/resources/application-dev.yml

@@ -22,10 +22,10 @@ en-plus:
 # 微信支付
 wechat:
   payment:
-    notifyUrl: https://dev.kuaiyuman.cn/api/payment/notify
-    refundNotifyUrl: https://dev.kuaiyuman.cn/api/payment/refundNotify
+    notifyUrl: https://dev-wash.kuaiyuman.cn/api/payment/notify
+    refundNotifyUrl: https://dev-wash.kuaiyuman.cn/api/payment/refundNotify
   fapiao:
-    notifyUrl: https://dev.kuaiyuman.cn/api/invoice/notify
+    notifyUrl: https://dev-wash.kuaiyuman.cn/api/invoice/notify
 
 
   mp:

+ 3 - 3
car-wash-miniapp/src/main/resources/application-prod.yml

@@ -22,10 +22,10 @@ en-plus:
 # 微信支付
 wechat:
   payment:
-    notifyUrl: https://www.kuaiyuman.cn/api/payment/notify
-    refundNotifyUrl: https://www.kuaiyuman.cn/api/payment/refundNotify
+    notifyUrl: https://dev-wash.kuaiyuman.cn/api/payment/notify
+    refundNotifyUrl: https://dev-wash.kuaiyuman.cn/api/payment/refundNotify
   fapiao:
-    notifyUrl: https://www.kuaiyuman.cn/api/invoice/notify
+    notifyUrl: https://dev-wash.kuaiyuman.cn/api/invoice/notify
 
 spring:
   datasource: