文档
测试

06.电梯数量统计(状态维度)

GET
board/getLiftSumSt

接口描述

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

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
message
String
返回状态描述
必填
data
JsonObject
返回业务信息
必填
rows
JsonArray
本次请求的返回数据集合
必填
district
String
区县代码
必填
district_name
String
区县名称
必填
total_cnt
int
设备总数量
必填
active_cnt
int
在用数量
必填
stop_cnt
int
停用数量
必填
useless_cnt
int
安装告知中数量
必填
other_cnt
int
其他数量
必填