1
0
mirror of synced 2025-12-25 12:08:00 +08:00
Files
WxJava/weixin-java-miniapp/src/test/resources/test-config-sample.xml

13 lines
381 B
XML

<xml>
<msgDataFormat>JSON或者XML</msgDataFormat>
<appid>appid</appid>
<secret>secret</secret>
<token>Token</token>
<aesKey>EncodingAESKey</aesKey>
<cloudEnv>云环境</cloudEnv>
<accessToken>可以不填写</accessToken>
<expiresTime>可以不填写</expiresTime>
<openid>某个用户的openId</openid>
<templateId>模版消息的模版ID</templateId>
</xml>