浏览代码

aws_upload-1

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