| 1234567891011121314151617 |
- # 总配置,每个环境都一样
- # weixin
- wx:
- miniapp:
- defaultAppId: wx1d1d07cf62457c9e
- configs:
- - appid: wxd5df54f771fb6889 #微信小程序的appid - test
- secret: 346bb8991d78013660dbc08c1251ad79 #微信小程序的Secret
- token: #微信小程序消息服务器配置的token
- aesKey: #微信小程序消息服务器配置的EncodingAESKey
- msgDataFormat: JSON
- - appid: wx1d1d07cf62457c9e
- secret: 061c7dedc8ea03b6efc0fec512cc0f26
- token:
- aesKey:
- msgDataFormat: JSON
|