Commit 17d8ad59f0cf7176b446457aadaea92c643533b3
1 parent
231a5afa
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/jsonconf/jsonconf.go
... | ... | @@ -34,7 +34,7 @@ type RedCatDesc struct { |
34 | 34 | Id int `json:"id"` |
35 | 35 | Name string `json:"name"` |
36 | 36 | Skin string `json:"skin"` |
37 | - Money int `json:"money"` | |
37 | + Money float32 `json:"money"` | |
38 | 38 | Rate float32 `json:"rate"` |
39 | 39 | Is_37 int `json:"is_37"` |
40 | 40 | Dec_red string `json:"dec_red"` | ... | ... |