This commit is contained in:
2021-08-17 07:42:04 +08:00
parent a0d77aee8f
commit 1a69a38cf8
4 changed files with 41 additions and 20 deletions

View File

@@ -19,14 +19,9 @@ class ToolsApplicationTests {
@Test
void main(){
List<String> list=Tools.getUrls("com.yutou.tools",null);
for (String aClass : list) {
System.out.println(aClass);
}
}
@Test
void ptest(){
JSONObject json=new AuthManagerController().getUserAuth("3");
System.out.println(json.toJSONString());
}
}