Selaa lähdekoodia

aws_upload sudo

wuweihao 2 vuotta sitten
vanhempi
commit
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);
     }