From 231a5afa3905ca9d6a4f645ec4e0aae824dd96d6 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Tue, 9 Jun 2020 17:47:42 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/jsonconf/jsonconf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/jsonconf/jsonconf.go b/src/HttpServer/jsonconf/jsonconf.go index d01a3a4..46545fd 100644 --- a/src/HttpServer/jsonconf/jsonconf.go +++ b/src/HttpServer/jsonconf/jsonconf.go @@ -27,7 +27,7 @@ type CatDesc struct { Gold_get string `json:"gold_get"` Ratio float32 `json:"ratio"` Increse_limit int `json:"increse_limit"` - Interval int `json:"interval"` + Interval float32 `json:"interval"` } type RedCatDesc struct { -- libgit2 0.21.0