日志接口获取
This commit is contained in:
parent
5857f215a2
commit
dc4ca13ef0
@ -41,6 +41,6 @@ public class TasksController {
|
||||
}
|
||||
@PostMapping("/getLogContentByTaskId/{taskId}")
|
||||
public CommonResult<PipTaskLog> getLogContentByTaskId(@PathVariable String taskId){
|
||||
return null;
|
||||
return taskService.getLogContentByTaskId(taskId);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user