mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-29 08:05:04 +08:00
no message
This commit is contained in:
@@ -75,7 +75,8 @@ public class APIRouter extends HttpServlet {
|
|||||||
getServletContext().getClassLoader().toString(),
|
getServletContext().getClassLoader().toString(),
|
||||||
getClass().getClassLoader().toString(),
|
getClass().getClassLoader().toString(),
|
||||||
getClass().getPackage().getName(),
|
getClass().getPackage().getName(),
|
||||||
API.class.getClassLoader().toString()
|
API.class.getClassLoader().toString(),
|
||||||
|
CheckSession.class.getClassLoader().toString()
|
||||||
};
|
};
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user