@@ -256,8 +256,8 @@ public class TestController extends BaseController {
}
- @ApiOperation(value = "sh-测试脚本")
- @GetMapping("/sh")
+ @ApiOperation(value = "shell-测试脚本")
+ @GetMapping("/shell")
public Result sh() {
return testService.sh();