Commit 93d1aa193fab8e115f439cb37c9cbc0d07391280
1 parent
126e0aa3
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/jsonconf/jsonconf.go
@@ -63,7 +63,7 @@ type RMBConfigDesc struct { | @@ -63,7 +63,7 @@ type RMBConfigDesc struct { | ||
63 | Time int `json:"time"` | 63 | Time int `json:"time"` |
64 | Rmb_num float32 `json:"rmb_num"` | 64 | Rmb_num float32 `json:"rmb_num"` |
65 | Login_day int `json:"login_day"` | 65 | Login_day int `json:"login_day"` |
66 | - Cat_level string `json:"cat_level"` | 66 | + Cat_level int `json:"cat_level"` |
67 | } | 67 | } |
68 | 68 | ||
69 | type GameConfig struct { | 69 | type GameConfig struct { |