Commit 5ed16c60 authored by 姜登's avatar 姜登

gjj

parent 936f7576
Pipeline #6758 passed with stage
in 2 seconds
......@@ -89,10 +89,10 @@ class TaskController extends Controller {
async handleCallback() {
const { ctx, service } = this;
const { taskId } = ctx.request.body;
const result = await service.task.fetchTask({ taskId });
ctx.body = {
code: '0',
};
const result = await service.task.fetchTask({ taskId });
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