diff --git a/src/HttpServer/jsonconf/jsonconf.go b/src/HttpServer/jsonconf/jsonconf.go index 29499a7..348f0e5 100644 --- a/src/HttpServer/jsonconf/jsonconf.go +++ b/src/HttpServer/jsonconf/jsonconf.go @@ -23,7 +23,7 @@ type CatDesc struct { Name string `json:"name"` Level_buy int `json:"level_buy"` Rec_buy int `json:"rec_buy"` - Price int `json:"price"` + Price string `json:"price"` Gold_get int `json:"gold_get"` Ratio float32 `json:"ratio"` Increse_limit int `json:"increse_limit"` -- libgit2 0.21.0