Browse Source

修改返回结构体的字段类型

pull/2/head
zhangxin 4 years ago
parent
commit
7d4ab27160
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web/models/response/chargeallocationtab.go

+ 1
- 1
web/models/response/chargeallocationtab.go View File

@ -13,5 +13,5 @@ type ChargeStatisticResponse struct {
Cid int `json:"cid"` Cid int `json:"cid"`
Court string `json:"court"` Court string `json:"court"`
Type string `json:"type"` Type string `json:"type"`
Count float64 `json:"count"`
Count int `json:"count"`
} }

Loading…
Cancel
Save