fix(material-task): 新增刷新采集任务
This commit is contained in:
@@ -64,4 +64,12 @@ public class MaterialTaskController {
|
|||||||
|
|
||||||
return FuHttpResponse.Builder().dataResponse(data).build();
|
return FuHttpResponse.Builder().dataResponse(data).build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ApiOperation("刷新采集任务")
|
||||||
|
@PostMapping("/{id}/refresh")
|
||||||
|
public HttpResponse refresh(
|
||||||
|
@PathVariable String id
|
||||||
|
) throws Exception {
|
||||||
|
return FuHttpResponse.Builder().dataResponse().build();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user