Commit fb4ac32bdc5dc2160f1937a9ae93a86e4c3cf511

Authored by 陆恒
1 parent 5518162b
Exists in master

提交

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