mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
#292 增加小程序码支持
* 更新小程序二维码(小程序码)接口 修复小程序模板推送读取错误字段导致的NullPoint * 更新小程序二维码(小程序码)接口 修复小程序模板推送读取错误字段导致的NullPoint * 更正WxMaMsgService接口逻辑 * 使用IDEA对miniapp做了批量格式化
This commit is contained in:
@@ -17,7 +17,7 @@ public interface WxMaMessageInterceptor {
|
||||
/**
|
||||
* 拦截微信消息
|
||||
*
|
||||
* @param context 上下文,如果handler或interceptor之间有信息要传递,可以用这个
|
||||
* @param context 上下文,如果handler或interceptor之间有信息要传递,可以用这个
|
||||
* @return true代表OK,false代表不OK
|
||||
*/
|
||||
boolean intercept(WxMaMessage wxMessage,
|
||||
|
||||
Reference in New Issue
Block a user