日志接口获取

This commit is contained in:
even 2025-05-22 17:47:26 +08:00
parent 5857f215a2
commit dc4ca13ef0

View File

@ -41,6 +41,6 @@ public class TasksController {
}
@PostMapping("/getLogContentByTaskId/{taskId}")
public CommonResult<PipTaskLog> getLogContentByTaskId(@PathVariable String taskId){
return null;
return taskService.getLogContentByTaskId(taskId);
}
}