mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-05 05:07:46 +08:00
javadoc
This commit is contained in:
parent
e47b01e53a
commit
b938419f7f
@ -15,6 +15,7 @@ public interface WxMessageInterceptor {
|
||||
/**
|
||||
* 拦截微信消息
|
||||
* @param wxMessage
|
||||
* @param context 上下文,如果handler或interceptor之间有信息要传递,可以用这个
|
||||
* @return true代表OK,false代表不OK
|
||||
*/
|
||||
public boolean intercept(WxXmlMessage wxMessage, Map<String, Object> context);
|
||||
|
Loading…
Reference in New Issue
Block a user