Commit 936f7576 authored by 姜登's avatar 姜登

gjj

parent a3b130c1
Pipeline #6757 passed with stage
in 3 seconds
......@@ -90,7 +90,9 @@ class TaskController extends Controller {
const { ctx, service } = this;
const { taskId } = ctx.request.body;
const result = await service.task.fetchTask({ taskId });
ctx.success();
ctx.body = {
code: '0',
};
let taskNote = {
status: 'init',
note: { message: 'init' },
......
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