文档
测试

左下-市县案件数排名

GET
http://nmgjswmjs.csppcj.com/api/count/countInfo(正式环境)

响应参数

参数名
类型
描述
必填
respCode
string
示例:0000
必填
respDesc
string
示例:成功
必填
result
array
数据列表
必填
count
int
数量,示例:546
必填
name
string
区县名称,示例:科尔沁右翼前旗
必填

说明 / 示例

{ "respCode": "0000", "respDesc": "成功", "result": [ { "count": 546, "name": "科尔沁右翼前旗" }, { "count": 380, "name": "乌兰浩特市" }, { "count": 358, "name": "鄂托克旗" }, { "count": 263, "name": "土默特右旗" }, { "count": 89, "name": "石拐区" } ] }