You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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 {
|
|
|
|
|
|
}
|
|
|