From 9cdcd312cba921c6a09428b13cd4316c440c19c2 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sat, 4 Apr 2026 23:54:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- intc-admin/src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intc-admin/src/main/resources/application-dev.yml b/intc-admin/src/main/resources/application-dev.yml index 6701076..fb34f66 100644 --- a/intc-admin/src/main/resources/application-dev.yml +++ b/intc-admin/src/main/resources/application-dev.yml @@ -418,6 +418,6 @@ wx: # 支付回调通知配置 pay-notify: # 支付回调通知URL(需根据实际域名配置) - notify-url: "https://api.yuceyun.cn/fishery-api/weixin/pay_notify" + notify-url: "https://api.yuceyun.cn/test-api/weixin/pay_notify" # 微信商户号(与上面wx.pay.mch-id保持一致) mch-id: "1671289865"