wuweihao 2 anni fa
parent
commit
d2f4c07ca5

+ 3 - 3
720yun_fd_manage/gis_web/src/main/java/com/gis/web/controller/TestController.java

@@ -256,9 +256,9 @@ public class TestController extends BaseController {
     }
 
 
-    @ApiOperation(value = "shell-测试脚本")
-    @GetMapping("/shell")
-    public Result sh()  {
+    @ApiOperation(value = "testShell-测试脚本")
+    @GetMapping("/testShell")
+    public Result shell()  {
         return testService.sh();
     }