update src/main/resources/application.yml.

删除公众号信息
This commit is contained in:
xuthus 2022-07-07 09:22:26 +00:00 committed by Gitee
parent 4d097df620
commit 79de2b0d63
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,15 +1,15 @@
server: server:
# 服务器的HTTP端口默认为80 # 服务器的HTTP端口默认为80
port: 8180 port: 8180
servlet: servlet:
# 应用的访问路径 # 应用的访问路径
context-path: / context-path: /
wx: wx:
mp: mp:
useRedis: false useRedis: false
appId: wxf24dd38616f55254 # 第一个公众号的appid appId: # 第一个公众号的appid
secret: 9bdccadd300eab2f83da193726d1e11a # 公众号的appsecret secret: # 公众号的appsecret
token: 111 # 接口配置里的Token值 token: 111 # 接口配置里的Token值
aesKey: 111 # 接口配置里的EncodingAESKey值 aesKey: 111 # 接口配置里的EncodingAESKey值