## 获取可购买停车场车位信息 +++ get:/rent/space/getSpaceLotList *lat=30.1213#纬度 *lng=111.1111#经度 *index=1#页数 *count=10#条数 *userId=3#用户Id *loginIdentifier=1487915863939#登陆凭证 *keyWord=xxx#搜索停车场名称(可不传) <<< success { "onceToken": "", "data": [ { "lotId": 1, "isOnlineDoor": "1", "name": "绿城·深蓝广深", "address": "朝晖路205号", "distance": 7519965.6, "lat": "30.2817526469647", "lng": "120.17556452599823", "uid": "6127050047a459399fec2b41", "spaceCount": 20, "imgUrl1": "www.baidu.com", "imgUrl2": null, "imgUrl3": null, "id": 1 } ], "code": "00000", "info": "获取成功" } <<< error { "onceToken": null, "data": null, "code": "10003", "info": "loginIdentifier不能为空" } +++ ####参数接口描述(data中的内容):list |序号|名称|描述|备注| | -- | -- | -- | -- | |1|lotId|停车场内部Id|公停车位为“”| |1|name|名称|| |1|address|地址|| |1|normalPrice|价格| 元/小时 | |1|distance|距离|单位:米| |1|lat|纬度|| |1|lng|经度|| |1|uid|poi唯一标示|| |1|spaceCount|剩余车位数目|| |1|imgUrl1|图片地址|| |1|id|出售车位id|| |1|isApply|是否已申请|0:未申请;1:已申请|