## 获取错峰停车场信息 +++ get:/spaceProduct/getProductlotList *lat=30.1213#纬度 *lng=111.1111#经度 *index=1#页数 *count=10#条数 <<< success { "onceToken": "", "data": [ { "lotId": 270, "isOnlineDoor": "1", "name": "白马公寓", "address": "湖墅街道密度桥路2号", "distance": 7519824.7, "lat": "30.28188054004679", "lng": "120.1661953702072", "uid": "74c933fb6b4c495f9e82ead1", "type": "1", "mapStatus": "1", "normalPrice": 5, "lotType": "1", "totalCount": 548, "openTime": "08:00-20:00", "count": 33 } ], "code": "00000", "info": "获取成功" } <<< error { "onceToken": null, "data": null, "code": "10003", "info": "loginIdentifier不能为空" } +++ ####参数接口描述(data中的内容):list |序号|名称|描述|备注| | -- | -- | -- | -- | |1|lotId|停车场内部Id|公停车位为“”| |1|name|名称|| |1|address|地址|| |1|type|车位性质(1、2加标签物业认证,4:单做导航,5:对应车位都有举报)| 1:私 2:商 3:公 | |1|normalPrice|价格| 元/小时 | |1|distance|距离|单位:米| |1|lat|纬度|| |1|lng|经度|| |1|uid|poi唯一标示|| |1|count|总车位数|| |1|lotType|错峰类型|0:全天;1:错峰| |1|totalCount|总车位数|| |1|openTime|开放时间||