diff --git a/src/HttpServer/jsonconf/jsonconf.go b/src/HttpServer/jsonconf/jsonconf.go index 3522e3f..977d6d5 100644 --- a/src/HttpServer/jsonconf/jsonconf.go +++ b/src/HttpServer/jsonconf/jsonconf.go @@ -63,7 +63,7 @@ type RMBConfigDesc struct { Time int `json:"time"` Rmb_num float32 `json:"rmb_num"` Login_day int `json:"login_day"` - Cat_level string `json:"cat_level"` + Cat_level int `json:"cat_level"` } type GameConfig struct { -- libgit2 0.21.0