This commit is contained in:
Daniel Qian 2014-08-28 16:58:28 +08:00
parent e47b01e53a
commit b938419f7f

View File

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