Commit 6ad77273e8f9fa510d9b8dd26349aaffe959efcd
1 parent
c4b0e6d0
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/jsonconf/jsonconf.go
... | ... | @@ -24,7 +24,7 @@ type CatDesc struct { |
24 | 24 | Level_buy int `json:"level_buy"` |
25 | 25 | Rec_buy int `json:"rec_buy"` |
26 | 26 | Price string `json:"price"` |
27 | - Gold_get int `json:"gold_get"` | |
27 | + Gold_get string `json:"gold_get"` | |
28 | 28 | Ratio float32 `json:"ratio"` |
29 | 29 | Increse_limit int `json:"increse_limit"` |
30 | 30 | Interval int `json:"interval"` | ... | ... |