diff --git a/README.md b/README.md index b7f12224e93c7b635c2abfebafd1a71a93f4384d..4c7c484da6c4a36b57f5c0386c8256e9f5a34e8f 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ dream: - appId: wxc03edcd008ad1e70 appSecret: 11ed9e2b8e3e3c131e7be320a42b2b5a token: 123456 + encodingAesKey: xxx + messageEncrypt: true wxa-config: app-id: wx4f53594f9a6b3dcb app-secret: eec6482ba3804df05bd10895bace0579 diff --git a/spring-boot-weixin-demo/src/main/resources/application.yml b/spring-boot-weixin-demo/src/main/resources/application.yml index d2550d72a5529a17e30b97ca4d4abdd3675e5fd3..1c843f0b68bf30bd0c738f5253b14fc1f8895f51 100644 --- a/spring-boot-weixin-demo/src/main/resources/application.yml +++ b/spring-boot-weixin-demo/src/main/resources/application.yml @@ -8,6 +8,9 @@ dream: token: 123456 - appId: wx9803d1188fa5fbda appSecret: db859c968763c582794e7c3d003c3d87 + token: 123456 + encodingAesKey: xxx + messageEncrypt: true wxa-config: app-id: wx4f53594f9a6b3dcb app-secret: eec6482ba3804df05bd10895bace0579