From 3d087ecb241dd7c656eaec5f38e6c1964522f548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com> Date: Wed, 14 Aug 2019 22:32:52 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E5=AE=8C=E5=96=84=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ spring-boot-weixin-demo/src/main/resources/application.yml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index b7f1222..4c7c484 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 d2550d7..1c843f0 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 -- GitLab