Forráskód Böngészése

fix: 修正支付分回调地址 pay-score-notify-url 指向当前环境域名

之前配置为 https://api.fuyu.com (旧生产环境域名),微信支付分扣款
完成后的PAYSCORE.USER_PAID回调发送到了旧服务器,导致当前环境永远
收不到支付确认,订单 pay_status 一直停留在 UNPAID。
改为当前dev环境域名 https://dev-haha.kuaiyuman.cn

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
skyline 2 hete
szülő
commit
27a24d31a1

+ 1 - 1
haha-admin/src/main/resources/application.yml

@@ -95,7 +95,7 @@ wechat:
     private-key-path: classpath:cert/apiclient_key.pem
     merchant-serial-number: 58F965A745DF42AA4C8603EE6B2B663E1B100553
     service-id: 00004000000000178152595581906374
-    pay-score-notify-url: https://api.fuyu.com/api/payment/callback/wechat_payscore
+    pay-score-notify-url: https://dev-haha.kuaiyuman.cn/api/payment/callback/wechat_payscore
     wechat-pay-public-key-id: PUB_KEY_ID_0111089419362026062400382393001400
     wechat-pay-public-key-path: classpath:cert/pub_key.pem
   # 管理端小程序(haha-admin-mp)配置 - 用于补货员微信登录等

+ 1 - 1
haha-miniapp/src/main/resources/application.yml

@@ -71,7 +71,7 @@ wechat:
     private-key-path: classpath:cert/apiclient_key.pem
     merchant-serial-number: 58F965A745DF42AA4C8603EE6B2B663E1B100553
     service-id: 00004000000000178152595581906374
-    pay-score-notify-url: https://api.fuyu.com/api/payment/callback/wechat_payscore
+    pay-score-notify-url: https://dev-haha.kuaiyuman.cn/api/payment/callback/wechat_payscore
     wechat-pay-public-key-id: PUB_KEY_ID_0111089419362026062400382393001400
     wechat-pay-public-key-path: classpath:cert/pub_key.pem
   # 小程序配置