From b73c77b3e2ddd2ce0776d8578227393aa6bba04b Mon Sep 17 00:00:00 2001 From: eric <465889110@qq.com> Date: Sun, 24 Aug 2025 13:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=9E=E8=B0=83=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=B8=BAhttps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d449c2f..7f95df2 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -19,7 +19,7 @@ spring: cloud: nacos: discovery: - server-addr: 115.190.8.52:8848 # Nacos 地址 + server-addr: 127.0.0.1:8848 # Nacos 地址 group: DEFAULT_GROUP metadata: version: 1.0.0 @@ -60,5 +60,5 @@ wechat: app-id: wx25e1ad1a70c326de mch-id: your_mch_id key: your_api_key - notify-url: http://115.190.8.52:8019/api/payment/notify - refund-notify-url: http://115.190.8.52:8019/api/payment/refundNotify + notify-url: https://www.minbo.wang:8020/api/payment/notify + refund-notify-url: https://www.minbo.wang:8020/api/payment/refundNotify