文档
测试

右上-案件趋势图

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

响应参数

参数名
类型
描述
必填
respCode
string
示例:0000
必填
respDesc
string
示例:成功
必填
result
array
数据列表
必填
count
int
数量,示例:1499
必填
time
string
X轴参数,示例:2022-06
必填

说明 / 示例

{ "respCode": "0000", "respDesc": "成功", "result": [ { "count": 1499, "time": "2022-06" }, { "count": 1020, "time": "2022-07" }, { "count": 139, "time": "2022-09" } ] }