From 7d4ab27160eb35149801a70532af07e3f4159eab Mon Sep 17 00:00:00 2001 From: zhangxin Date: Fri, 12 Mar 2021 17:29:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=94=E5=9B=9E=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E4=BD=93=E7=9A=84=E5=AD=97=E6=AE=B5=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/models/response/chargeallocationtab.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/models/response/chargeallocationtab.go b/web/models/response/chargeallocationtab.go index 0411e2d..a2dfb8f 100644 --- a/web/models/response/chargeallocationtab.go +++ b/web/models/response/chargeallocationtab.go @@ -13,5 +13,5 @@ type ChargeStatisticResponse struct { Cid int `json:"cid"` Court string `json:"court"` Type string `json:"type"` - Count float64 `json:"count"` + Count int `json:"count"` }