diff --git a/silence-admin/src/main/resources/application.yml b/silence-admin/src/main/resources/application.yml index f50e8a54cd9b3db95e9a76e37e2930021e8014b5..9118b625d43a82b9a271ec1597b790c5470c5994 100644 --- a/silence-admin/src/main/resources/application.yml +++ b/silence-admin/src/main/resources/application.yml @@ -33,6 +33,7 @@ logging: level: com.silence: debug org.springframework: warn + me.chanjar.weixin: debug # 用户配置 user: @@ -132,3 +133,15 @@ xss: # 匹配链接 urlPatterns: /system/*,/monitor/*,/tool/* +# 微信相关配置 +wx: + mp: + configs: + - appId: 1111 (一个公众号的appid) + secret: 1111(公众号的appsecret) + token: 111 (接口配置里的Token值) + aesKey: 111 (接口配置里的EncodingAESKey值) + - appId: 2222 (另一个公众号的appid,以下同上) + secret: 1111 + token: 111 + aesKey: 111 \ No newline at end of file