## 车位列表 +++ get:/user/pk/space/getparkSpace *lotUserId=1#用户Id *loginIdentifier=123123123#登陆凭证 *type=0#type=0 空闲中的车位;type=1 使用中的车位;type=2 全部车位;type=3地锁异常车位 *index=1#页数 *count=10#条数 *keyword=c12#搜索车位编号关键字,可以为空 <<< success { "onceToken": "", "data": [ { "spaceId": 1, "address": "地面YW1", "parkStatus": "1", "searchType": "1" }, { "spaceId": 5, "address": "负二层H662", "parkStatus": "0", "searchType": "1" }, { "spaceId": 6, "address": "地面liuhailong", "parkStatus": "0", "searchType": "1" } ], "code": "00000", "info": "获取车位成功" } <<< error { "onceToken": "", "data": null, "code": "10002", "info": "没有车位" } +++ ####参数接口描述(data中的内容):record |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 | spaceId | 车位id | -- | | 2 | address | 车位地址 | -- | | 3 | parkStatus | 使用状态 | 0:空闲中 1:使用中 2关闭中| | 4 | carNo | 车牌号 | | | 5 | searchType | 是否开放 | 1开放中,0未开放 | | 6 | isWarning | 是否提醒 | 1提醒,0不提醒| | 7| status | 地锁状态 | 0:正常; 1:故障;2:损坏;3:连接异常;4: 地锁上升异常;5:下降异常;|