mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-28 23:55:04 +08:00
no message
This commit is contained in:
@@ -67,8 +67,8 @@ public class APIRouter extends HttpServlet {
|
||||
try {
|
||||
API api = nodes.get(req.getPathInfo());
|
||||
if (api == null) {
|
||||
obj = nodes;
|
||||
// resp.sendError(HttpServletResponse.SC_FORBIDDEN);
|
||||
obj = req.getPathInfo();
|
||||
return;
|
||||
}
|
||||
WxSession session = getSession(req);
|
||||
|
||||
Reference in New Issue
Block a user