try to fix router rule

This commit is contained in:
Sola
2015-12-31 01:44:00 +08:00
parent 86c045aff2
commit ab590431af

View File

@@ -70,7 +70,8 @@ public class WxMpServlet extends HttpServlet {
.content(lang("Message_Spam")).build())
.end();
wxMpMessageRouter.rule()
.async(true)
.async(false)
.msgType("text")
.matcher(new RegisterMatcher())
.handler(new RegisterHandler())
.end();