package com.ynxbd.common.config.matcher; import com.ynxbd.wx.wxfactory.menu.interceptor.WxMessageMatcher; /** * 示例:DemoMatcher匹配器 * 目的:拦截“在吗”的消息 * * @author antgan * @date 2016/12/15 */ public class DemoMatcher extends WxMessageMatcher { }