diff --git a/src/HttpServer/logic/datadef.go b/src/HttpServer/logic/datadef.go index 321f851..602cddb 100644 --- a/src/HttpServer/logic/datadef.go +++ b/src/HttpServer/logic/datadef.go @@ -161,7 +161,7 @@ type GettaskrewardResp struct { //********************************************************************************************************** type TaskListDesc struct { - Taskid int `json:"tasktype"` + Taskid int `json:"taskid"` Taskstatus int `json:"taskstatus"` Taskprogress int `json:"taskprogress"` } -- libgit2 0.21.0