Commit 7bd1fed9895e7f7bcd701e5d190c5dc3c12fedcb
1 parent
772b5299
Exists in
master
and in
4 other branches
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/jsonconf/jsonconf.go
@@ -13,7 +13,7 @@ var ( | @@ -13,7 +13,7 @@ var ( | ||
13 | 13 | ||
14 | type AchieveDesc struct { | 14 | type AchieveDesc struct { |
15 | Id int `json:"id"` | 15 | Id int `json:"id"` |
16 | - Task int `json:"task"` | 16 | + Task string `json:"task"` |
17 | Num int `json:"num"` | 17 | Num int `json:"num"` |
18 | Reward []int `json:"reward"` | 18 | Reward []int `json:"reward"` |
19 | 19 |