|
|
@@ -36,8 +36,8 @@ spring:
|
|
|
wx:
|
|
|
miniapp:
|
|
|
configs:
|
|
|
- - appid: #微信小程序的appid
|
|
|
- secret: #微信小程序的Secret
|
|
|
- token: #微信小程序消息服务器配置的token
|
|
|
- aesKey: #微信小程序消息服务器配置的EncodingAESKey
|
|
|
+ - appid: wxb8924b124a426c1b #微信小程序的appid
|
|
|
+ secret: 90bbf63f5d88e3c2c443de105dd94fd5 #微信小程序的Secret
|
|
|
+ token: smart #微信小程序消息服务器配置的token
|
|
|
+ aesKey: 4ywJtjRvvpFONIVN8GxPhSpi2eQraoIDZgUwn8Jmm2C #微信小程序消息服务器配置的EncodingAESKey
|
|
|
msgDataFormat: JSON
|