## 获取附近停车场信息 +++ get:/pk/lot/getByNameForShare *userId=1#用户Id *loginIdentifier=123123123#登陆凭证 *name=仁苑南门-地下车库#停车场名字 *uid=ce418ae21af0c7da30621204#百度poi的唯一标示 *address=具体位置#poi地址信息 *lat=30.1213#纬度 *lng=111.1111#经度 <<< success { "onceToken": "", "data": { "lotId": 3, "name": "仁苑南门-地下车库", "address": "杭州市滨江区", "type": "1", "normalPrice": 0, "distance": 3047.3, "status": "1", "lat": "30.197706", "lng": "120.18542", "uid": "ce418ae21af0c7da30621204", "searchCount":"0", "ownerCount":"0", "applyStatus":"0" }, "code": "00000", "info": "信息获取成功" } <<< error { "onceToken": null, "data": null, "code": "10003", "info": "loginIdentifier不能为空" } +++ ####参数接口描述(data中的内容):list |序号|名称|描述|备注| | -- | -- | -- | -- | |1|lotId|停车场Id|| |2|name|名称|| |3|address|地址|| |4|type|车位性质| 1:私 2:商 3:公 4:免费 5:散户点灯 | |5|normalPrice|价格| 元/小时 | |6|distance|距离|单位:米| |7|lat|纬度|| |8|lng|经度|| |9|uid|poi唯一标示|| |10|status|停车场状态|0:申请中 1:合作中| |11|searchCount|浏览次数|status=0时传值| |12|ownerCount|车位业主申请数|status=0时传值| |13|applyStatus|用户申请状态|status=0时传值 0:未申请 1:已申请|