#292 增加小程序码支持

* 更新小程序二维码(小程序码)接口
修复小程序模板推送读取错误字段导致的NullPoint

* 更新小程序二维码(小程序码)接口
修复小程序模板推送读取错误字段导致的NullPoint

* 更正WxMaMsgService接口逻辑

* 使用IDEA对miniapp做了批量格式化
This commit is contained in:
forfuns
2017-07-27 17:24:48 +08:00
committed by Binary Wang
parent 30b5a9aa8f
commit 087f0371b8
16 changed files with 314 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ public interface WxMaMessageInterceptor {
/**
* 拦截微信消息
*
* @param context 上下文如果handler或interceptor之间有信息要传递可以用这个
* @param context 上下文如果handler或interceptor之间有信息要传递可以用这个
* @return true代表OKfalse代表不OK
*/
boolean intercept(WxMaMessage wxMessage,