From a0f10c49c3e9c758ff20cd8670f8c1c593c8d7dc Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 14 May 2020 16:27:08 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/datadef.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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