update
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user