Commit 231a5afa3905ca9d6a4f645ec4e0aae824dd96d6

Authored by 陆恒
1 parent 6ad77273
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/jsonconf/jsonconf.go
... ... @@ -27,7 +27,7 @@ type CatDesc struct {
27 27 Gold_get string `json:"gold_get"`
28 28 Ratio float32 `json:"ratio"`
29 29 Increse_limit int `json:"increse_limit"`
30   - Interval int `json:"interval"`
  30 + Interval float32 `json:"interval"`
31 31 }
32 32  
33 33 type RedCatDesc struct {
... ...