소스 검색

微信支付回调地址更新

skyline 1 년 전
부모
커밋
433cf23e5f
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 3
      car-wash-miniapp/src/main/resources/application-dev.yml
  2. 3 3
      car-wash-miniapp/src/main/resources/application-prod.yml

+ 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: