Commit a0f10c49c3e9c758ff20cd8670f8c1c593c8d7dc

Authored by 陆恒
1 parent bafa0a57

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/datadef.go
@@ -161,7 +161,7 @@ type GettaskrewardResp struct { @@ -161,7 +161,7 @@ type GettaskrewardResp struct {
161 //********************************************************************************************************** 161 //**********************************************************************************************************
162 162
163 type TaskListDesc struct { 163 type TaskListDesc struct {
164 - Taskid int `json:"tasktype"` 164 + Taskid int `json:"taskid"`
165 Taskstatus int `json:"taskstatus"` 165 Taskstatus int `json:"taskstatus"`
166 Taskprogress int `json:"taskprogress"` 166 Taskprogress int `json:"taskprogress"`
167 } 167 }