* Add 接收API创建小程序成功的消息推送
实现快速创建小程序的新建、查询接口
增加WxOpenFastMaService(API创建的小程序专用的接口)
* Add 实现小程序名称设置及改名、微信认证名称检测、修改头像、修改功能介绍接口
* Add 实现所有通过API创建的小程序专属接口及相关结果类
* Add 添加三个复杂实体的单体测试
* Update 修复WxFastMaService 8.1接口:因为不同类目含有特定字段,目前没有完整的类目信息数据,为保证兼容性,放弃将response转换为实体
* Update 将快速创建小程序接口返回值更改为WxOpenResult
14 lines
321 B
XML
14 lines
321 B
XML
<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="debug">
|
|
<appender-ref ref="STDOUT"/>
|
|
</root>
|
|
|
|
</configuration>
|