From 103b9534b4c7aa54b028c5e2b24e8a8e733cb2d9 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 26 Jun 2026 16:57:04 -0700 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Ahttp-client-type:=20HttpComponents?= =?UTF-8?q?=20=E6=B3=A8=E9=87=8A=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yaml | 2 +- .../src/main/resources/application-local.yaml | 2 +- yudao-server/src/main/resources/application-dev.yaml | 2 +- yudao-server/src/main/resources/application-local.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/yudao-module-system/yudao-module-system-server/src/main/resources/application-dev.yaml b/yudao-module-system/yudao-module-system-server/src/main/resources/application-dev.yaml index a6b3de940..28b362e6b 100644 --- a/yudao-module-system/yudao-module-system-server/src/main/resources/application-dev.yaml +++ b/yudao-module-system/yudao-module-system-server/src/main/resources/application-dev.yaml @@ -152,7 +152,7 @@ wx: config-storage: type: RedisTemplate # 采用 RedisTemplate 操作 Redis,会自动从 Spring 中获取 key-prefix: wa # Redis Key 的前缀 - http-client-type: HttpComponents # 采用 HttpComponents(HttpClient 5)请求微信公众号平台 + http-client-type: HttpComponents # 采用 HttpComponents(HttpClient 5)请求微信小程序平台 --- #################### 芋道相关配置 #################### diff --git a/yudao-module-system/yudao-module-system-server/src/main/resources/application-local.yaml b/yudao-module-system/yudao-module-system-server/src/main/resources/application-local.yaml index a6c793582..31c55ece9 100644 --- a/yudao-module-system/yudao-module-system-server/src/main/resources/application-local.yaml +++ b/yudao-module-system/yudao-module-system-server/src/main/resources/application-local.yaml @@ -173,7 +173,7 @@ wx: config-storage: type: RedisTemplate # 采用 RedisTemplate 操作 Redis,会自动从 Spring 中获取 key-prefix: wa # Redis Key 的前缀 - http-client-type: HttpComponents # 采用 HttpComponents(HttpClient 5)请求微信公众号平台 + http-client-type: HttpComponents # 采用 HttpComponents(HttpClient 5)请求微信小程序平台 --- #################### 芋道相关配置 #################### diff --git a/yudao-server/src/main/resources/application-dev.yaml b/yudao-server/src/main/resources/application-dev.yaml index faec8c7d1..4113d93df 100644 --- a/yudao-server/src/main/resources/application-dev.yaml +++ b/yudao-server/src/main/resources/application-dev.yaml @@ -142,7 +142,7 @@ wx: # 参见 https://github.com/Wechat-Group/WxJava/blob/develop/spring-boot-sta config-storage: type: RedisTemplate # 采用 RedisTemplate 操作 Redis,会自动从 Spring 中获取 key-prefix: wa # Redis Key 的前缀 - http-client-type: HttpComponents # 采用 HttpComponents(HttpClient 5)请求微信公众号平台 + http-client-type: HttpComponents # 采用 HttpComponents(HttpClient 5)请求微信小程序平台 --- #################### 芋道相关配置 #################### diff --git a/yudao-server/src/main/resources/application-local.yaml b/yudao-server/src/main/resources/application-local.yaml index 22f31c6cd..e2e24fb72 100644 --- a/yudao-server/src/main/resources/application-local.yaml +++ b/yudao-server/src/main/resources/application-local.yaml @@ -198,7 +198,7 @@ wx: config-storage: type: RedisTemplate # 采用 RedisTemplate 操作 Redis,会自动从 Spring 中获取 key-prefix: wa # Redis Key 的前缀 - http-client-type: HttpComponents # 采用 HttpComponents(HttpClient 5)请求微信公众号平台 + http-client-type: HttpComponents # 采用 HttpComponents(HttpClient 5)请求微信小程序平台 --- #################### 芋道相关配置 ####################