Commit 20a598c6 by huangfusuper

修改开始调度接口

parent 8b4c3460
......@@ -85,8 +85,8 @@ public class ApiFlowController {
@PostMapping("reStartSchedule")
@ApiOperation("重新开始某次调度")
public ResponseResult reStartSchedule(String runIds){
apiFlowService.reStartSchedule(runIds);
public ResponseResult reStartSchedule(String runId){
apiFlowService.reStartSchedule(runId);
return ResponseResult.ok("SUCCESS");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment