improve operator converting

This commit is contained in:
Sola
2016-01-03 12:25:56 +08:00
parent a804b79e6f
commit ea9e78936d
3 changed files with 36 additions and 20 deletions

View File

@@ -59,7 +59,7 @@ public class WxMpServlet extends HttpServlet {
.msgType(WxConsts.XML_MSG_EVENT)
.event(WxConsts.EVT_SUBSCRIBE)
.handler(new SubscribeHandler())
.next();
.end();
wxMpMessageRouter.rule()
.async(false)
.matcher(new CheckSpamMatcher())