Jelajahi Sumber

shell-测试脚本

wuweihao 2 tahun lalu
induk
melakukan
06077c2412

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

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