wuweihao 2 سال پیش
والد
کامیت
d2f4c07ca5
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      720yun_fd_manage/gis_web/src/main/java/com/gis/web/controller/TestController.java

+ 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();
     }