From b7cbba14e92d54fc6fe98ed831c3ed401d3b97f8 Mon Sep 17 00:00:00 2001 From: foreveryang321 <453190450@qq.com> Date: Thu, 13 Jun 2024 19:34:03 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E4=BF=AE=E6=AD=A3=20wx-java-mp-multi-?= =?UTF-8?q?spring-boot-starter=20=E4=BD=BF=E7=94=A8=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../README.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/spring-boot-starters/wx-java-mp-multi-spring-boot-starter/README.md b/spring-boot-starters/wx-java-mp-multi-spring-boot-starter/README.md index 7796796bb..8c8771bec 100644 --- a/spring-boot-starters/wx-java-mp-multi-spring-boot-starter/README.md +++ b/spring-boot-starters/wx-java-mp-multi-spring-boot-starter/README.md @@ -1,4 +1,4 @@ -# wx-java-mp-spring-boot-starter +# wx-java-mp-multi-spring-boot-starter ## 快速开始 @@ -14,19 +14,19 @@ ```properties # 公众号配置 ## 应用 1 配置(必填) - wx.mp.tenantId1.app-id=appId - wx.mp.tenantId1.app-secret=@secret + wx.mp.apps.tenantId1.app-id=appId + wx.mp.apps.tenantId1.app-secret=@secret ## 选填 - wx.mp.tenantId1.token=@token - wx.mp.tenantId1.aes-key=@aesKey - wx.mp.tenantId1.use-stable-access-token=@useStableAccessToken + wx.mp.apps.tenantId1.token=@token + wx.mp.apps.tenantId1.aes-key=@aesKey + wx.mp.apps.tenantId1.use-stable-access-token=@useStableAccessToken ## 应用 2 配置(必填) - wx.mp.tenantId2.app-id=@appId - wx.mp.tenantId2.app-secret =@secret + wx.mp.apps.tenantId2.app-id=@appId + wx.mp.apps.tenantId2.app-secret =@secret ## 选填 - wx.mp.tenantId2.token=@token - wx.mp.tenantId2.aes-key=@aesKey - wx.mp.tenantId2.use-stable-access-token=@useStableAccessToken + wx.mp.apps.tenantId2.token=@token + wx.mp.apps.tenantId2.aes-key=@aesKey + wx.mp.apps.tenantId2.use-stable-access-token=@useStableAccessToken # ConfigStorage 配置(选填) ## 配置类型: memory(默认), jedis, redisson, redis_template