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 { ...@@ -89,10 +89,10 @@ class TaskController extends Controller {
async handleCallback() { async handleCallback() {
const { ctx, service } = this; const { ctx, service } = this;
const { taskId } = ctx.request.body; const { taskId } = ctx.request.body;
const result = await service.task.fetchTask({ taskId });
ctx.body = { ctx.body = {
code: '0', code: '0',
}; };
const result = await service.task.fetchTask({ taskId });
let taskNote = { let taskNote = {
status: 'init', status: 'init',
note: { message: '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