From 51d8346733a8551da5023aab7389d8b2a7c6ec86 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 13 May 2025 20:01:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?application-local=20=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=88=87=E5=88=B0=20Kongdy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-local.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/yudao-server/src/main/resources/application-local.yaml b/yudao-server/src/main/resources/application-local.yaml index 32b005bb2b..2849775e62 100644 --- a/yudao-server/src/main/resources/application-local.yaml +++ b/yudao-server/src/main/resources/application-local.yaml @@ -196,10 +196,10 @@ wx: mp: # 公众号配置(必填),参见 https://github.com/Wechat-Group/WxJava/blob/develop/spring-boot-starters/wx-java-mp-spring-boot-starter/README.md 文档 # app-id: wx041349c6f39b268b # 测试号(牛希尧提供的) # secret: 5abee519483bc9f8cb37ce280e814bd0 - app-id: wx5b23ba7a5589ecbb # 测试号(自己的) - secret: 2a7b3b20c537e52e74afd395eb85f61f -# app-id: wxa69ab825b163be19 # 测试号(Kongdy 提供的) -# secret: bd4f9fab889591b62aeac0d7b8d8b4a0 +# app-id: wx5b23ba7a5589ecbb # 测试号(自己的) +# secret: 2a7b3b20c537e52e74afd395eb85f61f + app-id: wxf56b1542b9e85f8a # 测试号(Kongdy 提供的) + secret: 496379dcef1ba869e9234de8d598cfd3 # 存储配置,解决 AccessToken 的跨节点的共享 config-storage: type: RedisTemplate # 采用 RedisTemplate 操作 Redis,会自动从 Spring 中获取 @@ -228,9 +228,9 @@ yudao: security: mock-enable: true pay: - order-notify-url: http://yunai.natapp1.cc/admin-api/pay/notify/order # 支付渠道的【支付】回调地址 - refund-notify-url: http://yunai.natapp1.cc/admin-api/pay/notify/refund # 支付渠道的【退款】回调地址 - transfer-notify-url: http://yunai.natapp1.cc/admin-api/pay/notify/transfer # 支付渠道的【转账】回调地址 + order-notify-url: https://yutou.mynatapp.cc/admin-api/pay/notify/order # 支付渠道的【支付】回调地址 + refund-notify-url: https://yutou.mynatapp.cc/admin-api/pay/notify/refund # 支付渠道的【退款】回调地址 + transfer-notify-url: https://yutou.mynatapp.cc/admin-api/pay/notify/transfer # 支付渠道的【转账】回调地址 access-log: # 访问日志的配置项 enable: false demo: false # 关闭演示模式 From e68b294ea1d410c092b423b9e5c61207e948f53f Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 13 May 2025 20:10:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?(=E3=80=83'=E2=96=BD'=E3=80=83)=20v2.5.0=20?= =?UTF-8?q?=E5=8F=91=E5=B8=83=EF=BC=9A=E5=8F=88=E7=86=AC=E8=BF=87=2030=20?= =?UTF-8?q?=E4=B8=AA=E5=A4=9C=EF=BC=8C=E5=A4=B4=E5=8F=91=E8=BF=98=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- yudao-dependencies/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5a6dd1c56d..d8814a05f3 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ https://github.com/YunaiV/ruoyi-vue-pro - 2.4.2-SNAPSHOT + 2.5.0-SNAPSHOT 17 ${java.version} diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml index 5530d93d38..f480f401a0 100644 --- a/yudao-dependencies/pom.xml +++ b/yudao-dependencies/pom.xml @@ -14,7 +14,7 @@ https://github.com/YunaiV/ruoyi-vue-pro - 2.4.2-SNAPSHOT + 2.5.0-SNAPSHOT 1.6.0 3.4.5