请求URL

/transmit/lot/query

请求参数

参数 类型 必填 说明
parkingID string M 车场编号
timestamp string M 毫秒时间戳
parkName string O 软件内停车场名称,不传查询所有车场总车位
sign string M 签名

返回参数

参数 类型 必填 说明
code int M 状态 0失败 1成功
msg string C 错误信息,code=0必返
data string或object C code=0时返回签名前字符串,code=1返回车位信息对象
data.totalLot int C 总车位
data.tempLot int C 临时车总车位
data.leftLot int C 剩余车位
data.leftTempLot int C 临时车剩余车位

返回示例

{
    "code": 1,
    "data": {
        "totalLot": 994,
        "tempLot": 1000,
        "leftLot": 994,
        "leftTempLot": 994
    }
}

results matching ""

    No results matching ""