Commit a0f10c49c3e9c758ff20cd8670f8c1c593c8d7dc
1 parent
bafa0a57
Exists in
master
and in
4 other branches
提交
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 | 161 | //********************************************************************************************************** |
| 162 | 162 | |
| 163 | 163 | type TaskListDesc struct { |
| 164 | - Taskid int `json:"tasktype"` | |
| 164 | + Taskid int `json:"taskid"` | |
| 165 | 165 | Taskstatus int `json:"taskstatus"` |
| 166 | 166 | Taskprogress int `json:"taskprogress"` |
| 167 | 167 | } | ... | ... |