mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 08:37:32 +08:00
📝 修正 wx-java-mp-multi-spring-boot-starter 使用文档
This commit is contained in:
parent
0e417ed25d
commit
b7cbba14e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user