|
@@ -15,6 +15,7 @@ public interface WxMessageInterceptor { |
|
|
/** |
|
|
/** |
|
|
* 拦截微信消息 |
|
|
* 拦截微信消息 |
|
|
* @param wxMessage |
|
|
* @param wxMessage |
|
|
|
|
|
* @param context 上下文,如果handler或interceptor之间有信息要传递,可以用这个 |
|
|
* @return true代表OK,false代表不OK |
|
|
* @return true代表OK,false代表不OK |
|
|
*/ |
|
|
*/ |
|
|
public boolean intercept(WxXmlMessage wxMessage, Map<String, Object> context); |
|
|
public boolean intercept(WxXmlMessage wxMessage, Map<String, Object> context); |
|
|