大部分form标签加了defaultValue默认值属性
This commit is contained in:
@@ -21,7 +21,7 @@ public class MobileAppTest {
|
||||
String url = null;
|
||||
|
||||
// 获取权限信息
|
||||
url = "/index?permi=true";
|
||||
url = "/index";
|
||||
System.out.println("result: " + post(url, null));
|
||||
|
||||
// 获取部门列表数据
|
||||
|
||||
Reference in New Issue
Block a user