Commit b05a63c8 authored by 姜登's avatar 姜登

submit

parent 072ad1db
Pipeline #17859 passed with stage
in 3 seconds
...@@ -94,8 +94,7 @@ class TaskController extends Controller { ...@@ -94,8 +94,7 @@ class TaskController extends Controller {
taskId, taskId,
data: ctx.request.body, data: ctx.request.body,
callbackUrl: config.callbackUrl + type + '/callback', callbackUrl: config.callbackUrl + type + '/callback',
type, }, type);
});
ctx.success({ taskId }); ctx.success({ taskId });
} }
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: jd * @Author: jd
* @Date: 2019-12-02 17:25:35 * @Date: 2019-12-02 17:25:35
* @LastEditors: jd * @LastEditors: jd
* @LastEditTime: 2019-12-05 11:29:10 * @LastEditTime: 2019-12-05 14:34:43
*/ */
'use strict'; 'use strict';
......
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