mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-30 01:46:18 +08:00
no message
This commit is contained in:
@@ -80,8 +80,8 @@ public class APIRouter extends HttpServlet {
|
|||||||
API.class.getClassLoader().toString(),
|
API.class.getClassLoader().toString(),
|
||||||
CheckSession.class.getClassLoader().toString(),
|
CheckSession.class.getClassLoader().toString(),
|
||||||
path.getResources().toString(),
|
path.getResources().toString(),
|
||||||
path.getTopLevelClassesRecursive(getClass().getPackage().getName()),
|
path.getTopLevelClassesRecursive(getClass().getPackage().getName()).toString(),
|
||||||
path.getAllClasses()
|
path.getAllClasses().toString()
|
||||||
};
|
};
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user