测试推送

This commit is contained in:
liuyingfang
2024-03-21 14:01:19 +08:00
parent 52ee403187
commit 4922cdd870

View File

@@ -157,9 +157,6 @@ public class TestController {
} }
/** /**
* *
* creatMenu:(创建菜单). <br/> * creatMenu:(创建菜单). <br/>
@@ -181,6 +178,7 @@ public class TestController {
} }
public static void main(String[] args) throws Exception { public static void main(String[] args) throws Exception {
System.out.println();
createMenu(); createMenu();
} }
@@ -224,6 +222,4 @@ public class TestController {
} }
} }