From c7e10f3677d20745e9109e811c6cd88423e0587c Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 25 Sep 2020 14:17:07 +0800 Subject: [PATCH] 1 --- src/HttpServer/jsonconf/jsonconf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/jsonconf/jsonconf.go b/src/HttpServer/jsonconf/jsonconf.go index 560adeb..3199269 100644 --- a/src/HttpServer/jsonconf/jsonconf.go +++ b/src/HttpServer/jsonconf/jsonconf.go @@ -14,7 +14,7 @@ var ( type AchieveDesc struct { Id int `json:"id"` Task string `json:"task"` - Num int `json:"num"` + Num int `json:"parameter"` Reward []int `json:"reward"` TaskType int `json:"type"` } -- libgit2 0.21.0