Commit 29411286 authored by duanjinfei's avatar duanjinfei

update header

parent ee8beadb
...@@ -135,7 +135,7 @@ func (t *TaskWorker) ComputeTaskHandler(taskMsg *nodemanagerV2.PushTaskMessage) ...@@ -135,7 +135,7 @@ func (t *TaskWorker) ComputeTaskHandler(taskMsg *nodemanagerV2.PushTaskMessage)
taskExecResult: &models.TaskResult{ taskExecResult: &models.TaskResult{
TaskHttpStatusCode: 200, TaskHttpStatusCode: 200,
TaskRespBody: []byte{1, 2, 3, 4, 5}, TaskRespBody: []byte{1, 2, 3, 4, 5},
TaskHttpHeaders: nil, TaskHttpHeaders: []byte{1, 2, 3, 5, 6},
TaskIsSuccess: true, TaskIsSuccess: true,
TaskExecTime: 0, TaskExecTime: 0,
TaskExecError: "", TaskExecError: "",
......
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