Commit c7e10f3677d20745e9109e811c6cd88423e0587c

Authored by 陆恒
1 parent d3f4f20c
Exists in master

1

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/jsonconf/jsonconf.go
... ... @@ -14,7 +14,7 @@ var (
14 14 type AchieveDesc struct {
15 15 Id int `json:"id"`
16 16 Task string `json:"task"`
17   - Num int `json:"num"`
  17 + Num int `json:"parameter"`
18 18 Reward []int `json:"reward"`
19 19 TaskType int `json:"type"`
20 20 }
... ...