文档
测试

楼栋出入统计接口

GET
http://192.168.40.188:8082/Elevator/Module/DoorTotalOpenRecord?startTime=2019-12-15&endTime=2019-12-15

接口描述

楼栋出入统计(柱状图)

请求参数

参数名
类型
描述
必填
startTime
string
开始时间
必填
endTime
string
结束时间
必填

响应参数

参数名
类型
描述
必填
floorName
string
楼栋
必填
total
int
刷卡次数
必填

说明 / 示例

{ "code": 0, "data": [{ "floorName": "05栋", "total": 96 }, { "floorName": "1栋", "total": 100 }, { "floorName": "24栋", "total": 130 }, { "floorName": "03栋", "total": 198 }, { "floorName": "25栋", "total": 150 }, { "floorName": "11栋", "total": 95 }, { "floorName": "06栋", "total": 79 }, { "floorName": "13栋", "total": 133 }, { "floorName": "26栋", "total": 128 }, { "floorName": "14栋", "total": 158 }, { "floorName": "07栋", "total": 100 }, { "floorName": "12栋", "total": 197 }, { "floorName": "27栋", "total": 211 }, { "floorName": "09栋", "total": 142 }, { "floorName": "10栋", "total": 32 }, { "floorName": "02栋", "total": 118 }, { "floorName": "22栋", "total": 154 }, { "floorName": "23栋", "total": 101 }, { "floorName": "04栋", "total": 188 } ] }