## 获取附近停车场信息 +++ get:/pk/lot/getByName *name=风雅钱塘#停车场名字 *uid=ewfewfw#百度poi的唯一标示 *address=具体位置#poi地址信息 *lat=30.1213#纬度 *lng=111.1111#经度 *index=1#页数 *count=10#条数 <<< success { "onceToken": "", "data": [ { "lotId": 3, "name": "仁苑南门-地下车库", "address": "杭州市滨江区", "type": "1", "normalPrice": 0, "nightStatus": "0", "nightPrice": "1.00", "distance": 3047.3, "lat": "30.197706", "lng": "120.18542", "uid": "ce418ae21af0c7da30621204", "spaceTotalCount": 0, "sumUsedCount": 0, "usableSpaceCount": 0 }, { "lotId": "", "name": "滨兴小区-1号地下停车库", "address": "杭州市滨江区", "type": "3", "normalPrice": "", "distance": "262", "lat": "30.206017", "lng": "120.21284", "uid": "0156962e5f8565fd97ca0740", "spaceTotalCount": null, "sumUsedCount": null, "usableSpaceCount": null }, ... ], "code": "00000", "info": "信息获取成功" } <<< error { "onceToken": null, "data": null, "code": "10003", "info": "loginIdentifier不能为空" } +++ ####参数接口描述(data中的内容):list |序号|名称|描述|备注| | -- | -- | -- | -- | |1|lotId|停车场内部Id|公停车位为“”| |2|name|名称|| |2|address|地址|| |3|type|车位性质| 1:私 2:商 3:公 | |4|normalPrice|价格| 元/小时 | |5|distance|距离|单位:米| |6|lat|纬度|| |7|lng|经度|| |8|uid|poi唯一标示|| |9|spaceTotalCount|总车位数|| |10|sumUsedCount|被使用次数|| |11|usableSpaceCount|空余车位数|| |3|nightStatus|夜间模式| 0:不开启 1:开启| |4|nightPrice|夜间价格||