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