## 搜索开通停车场 +++ get:/pk/lot/getLotList *index=1#页码 *count=10#总数 *keyword=''#关键字 *lat=''#经度 *lng=''#纬度 <<< success { "onceToken": "", "data": [ { "lotId": 1, "name": "绿城·深蓝广场", "lat": "30.2817526469647", "lng": "120.17556452599823", "address": "朝晖路205号" }, { "lotId": 2, "name": "翡翠天地商业中心", "lat": "30.24954150413491", "lng": "120.02771052668633", "address": "五常大道" }, { "lotId": 3, "name": "绿城金桂大厦", "lat": "30.288353226392208", "lng": "120.10581290335269", "address": "古墩路387号" }, { "lotId": 270, "name": "白马公寓", "lat": "30.28188054004679", "lng": "120.1661953702072", "address": "湖墅街道密度桥路2号" }, { "lotId": 306, "name": "天翔凤起时代大厦", "lat": "30.26895385865564", "lng": "120.21372794864", "address": "凤起东路338号" }, { "lotId": 309, "name": "德信金泊林公寓", "lat": "30.30863510712071", "lng": "120.2893840471653", "address": "丽江公寓底商56" }, { "lotId": 353, "name": "世贸丽晶城", "lat": "30.279743807709966", "lng": "120.14475075158136", "address": "天目山路150号" }, { "lotId": 364, "name": "古荡新村", "lat": "30.281108851856719", "lng": "120.12285955384582", "address": "杭州市西湖区益乐路6号" }, { "lotId": 455, "name": "绿城西子·紫兰公寓", "lat": "30.30493250623945", "lng": "120.1492198214935", "address": "湖墅北路58号" }, { "lotId": 544, "name": "万家花城-一期", "lat": "30.31102849866293", "lng": "120.1202661772792", "address": "萍水街380号" } ], "code": "00000", "info": "获取成功" } <<< error +++ ####参数接口描述(data中的内容):record |序号|名称|描述|备注| | -- | -- | -- | -- | |1|lotId|停车场id|| |1|name|名称|| |1|lat|维度|| |1|lng|经度|| |1|address|地址||