Commit c4b0e6d0c1e6959091bb6042776c36589361012c

Authored by 陆恒
1 parent b7b2d64b
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/jsonconf/jsonconf.go
... ... @@ -23,7 +23,7 @@ type CatDesc struct {
23 23 Name string `json:"name"`
24 24 Level_buy int `json:"level_buy"`
25 25 Rec_buy int `json:"rec_buy"`
26   - Price int `json:"price"`
  26 + Price string `json:"price"`
27 27 Gold_get int `json:"gold_get"`
28 28 Ratio float32 `json:"ratio"`
29 29 Increse_limit int `json:"increse_limit"`
... ...