mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-30 01:46:18 +08:00
use student id as primary key instead.
This commit is contained in:
@@ -52,6 +52,7 @@ public class WxMpServlet extends HttpServlet {
|
||||
wxMpMessageRouter = new WxMpMessageRouter(wxMpService);
|
||||
wxMpMessageRouter.rule()
|
||||
.async(false)
|
||||
.msgType("text")
|
||||
.matcher(new CommandMatcher(Command.REGISTER))
|
||||
.handler(new RegisterHandler())
|
||||
.interceptor(checkSpamInterceptor)
|
||||
|
||||
Reference in New Issue
Block a user