Commit 1a0851de authored by 姜登's avatar 姜登

yys

parent e943272f
Pipeline #6762 passed with stage
in 1 minute 0 seconds
......@@ -97,8 +97,10 @@ class TaskController extends Controller {
async handleCallback() {
const { ctx, service } = this;
const { taskId } = ctx.request.body;
ctx.body = {
code: 200,
};
const result = await service.task.fetchTask({ taskId });
ctx.success();
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