diff --git a/src/HttpServer/jsonconf/jsonconf.go b/src/HttpServer/jsonconf/jsonconf.go index 00cc915..d50d320 100644 --- a/src/HttpServer/jsonconf/jsonconf.go +++ b/src/HttpServer/jsonconf/jsonconf.go @@ -13,7 +13,7 @@ var ( type AchieveDesc struct { Id int `json:"id"` - Task int `json:"task"` + Task string `json:"task"` Num int `json:"num"` Reward []int `json:"reward"` -- libgit2 0.21.0