#193 增加小程序模块weixin-java-miniapp,支持小程序后台开发
This commit is contained in:
14
weixin-java-miniapp/src/test/resources/logback-test.xml
Normal file
14
weixin-java-miniapp/src/test/resources/logback-test.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<configuration>
|
||||
|
||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %replace(%caller{1}){'Caller', ''} - %msg%n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<root level="info">
|
||||
<appender-ref ref="STDOUT"/>
|
||||
</root>
|
||||
|
||||
<logger name="cn.binarywang.wx.miniapp" level="debug"/>
|
||||
</configuration>
|
||||
@@ -0,0 +1,11 @@
|
||||
<xml>
|
||||
<msgDataFormat>JSON或者XML</msgDataFormat>
|
||||
<appid>appid</appid>
|
||||
<secret>secret</secret>
|
||||
<token>Token</token>
|
||||
<aesKey>EncodingAESKey</aesKey>
|
||||
<accessToken>可以不填写</accessToken>
|
||||
<expiresTime>可以不填写</expiresTime>
|
||||
<openid>某个用户的openId</openid>
|
||||
<templateId>模版消息的模版ID</templateId>
|
||||
</xml>
|
||||
BIN
weixin-java-miniapp/src/test/resources/tmp.png
Normal file
BIN
weixin-java-miniapp/src/test/resources/tmp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
Reference in New Issue
Block a user