|
@ -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"` |
|
|
} |
|
|
} |