소스 검색

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