mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-29 16:14:16 +08:00
no message
This commit is contained in:
@@ -71,11 +71,11 @@ public class APIRouter extends HttpServlet {
|
|||||||
// resp.sendError(HttpServletResponse.SC_FORBIDDEN);
|
// resp.sendError(HttpServletResponse.SC_FORBIDDEN);
|
||||||
// obj = nodes;
|
// obj = nodes;
|
||||||
obj = new Object[]{
|
obj = new Object[]{
|
||||||
Thread.currentThread().getContextClassLoader().getClass().toString(),
|
Thread.currentThread().getContextClassLoader().toString(),
|
||||||
getServletContext().getClassLoader().getClass().toString(),
|
getServletContext().getClassLoader().toString(),
|
||||||
getClass().getClassLoader().getClass().toString(),
|
getClass().getClassLoader().toString(),
|
||||||
getClass().getPackage().getName(),
|
getClass().getPackage().getName(),
|
||||||
API.class.getClassLoader().getClass().toString()
|
API.class.getClassLoader().toString()
|
||||||
};
|
};
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user