文档
测试

09.电梯数量统计(梯龄维度)

GET
board/getLiftSumAge

接口描述

获取电梯数量统计(梯龄维度)

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
message
String
返回状态描述
必填
data
JsonObject
返回业务信息
必填
rows
JsonArray
本次请求的返回数据集合
必填
district
String
区县代码
必填
district_name
String
区县名称
必填
total_cnt
int
设备总数量
必填
cnt5
int
5年以下数量
必填
cnt10
int
5-10年数量
必填
cnt15
int
10-15年数量
必填
cntgt15
int
15年以上数量
必填