Explorar o código

aws_upload sudo

wuweihao %!s(int64=2) %!d(string=hai) anos
pai
achega
8793ee5f31

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

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