feat(sj_1.0.0): 修复任务停接口异常

This commit is contained in:
opensnail 2024-05-06 18:35:58 +08:00
parent 4c3fcf73a9
commit 0bc657988a

View File

@ -116,7 +116,7 @@ public class JobEndPoint {
return jobContext;
}
@Mapping(path = "/stop/v1", method = RequestMethod.POST)
@Mapping(path = "/job/stop/v1", method = RequestMethod.POST)
public Result<Boolean> stopJob(StopJobDTO interruptJob) {
ValidatorFactory vf = Validation.buildDefaultValidatorFactory();