文档
测试

充电柜设备端口状态回调

POST
第三方平台提供地址,给我方人员进行配置

接口描述

充电柜端口状态推送(设备主动上报解除占用时,或者是充电柜端口状态定时上报时会调此接口进行回调)

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
deviceId
string
设备id 即设备IMEI号,simId Device ID Device IMEI
必填
ports
String
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0] 0 空闲 1 充电中 (忙碌,若订单已经结束代表处于占用中) -1 故障
必填

响应参数

参数名
类型
描述
必填
success
boolean
请求成功与否标识 Identification for request success or no
必填

说明 / 示例

说明:portStatuses,对应端口号状态 例:设备录入的时候如果端口号为10,此字段返回的数组有11个,前端轮循时应该忽略第一个值,即不应从数组0轮循显示,应该从数组1开始 For example, 10-way devices. There are 11 arrays returned in this field. The first value should be ignored in front-end round robin, that is it should not be displayed in turn 0 of the array, but should start with array 1. "ports": [0(此值应该显示时被忽略),0,0,0,0,0,0,0,0,0,0], "ports": [0 (this value should be ignored when it should be displayed), 0beijin0re0re0re0pence0pence0pence0re0jing0re0covery0] 返回示例 Return the example