# 获取地区POI点位信息-停车场

# 适用应用类型

  • 通用

# 接口地址

https://open-api.ybsjyyn.com/api/yynbusi/region/poi_parking?access_token=[access_token]&city_id=[city_id]&district_id=[district_id]

# 请求方式

GET

# 请求参数

参数名称 类型 是否必须 描述
access_token string 业务接口调用凭证
city_id string 能力授权绑定的州市id,已授权能力处查看
district_id string 能力授权绑定的区县id,已授权能力处查看,如果授权是全部则传'all'
type string 类型:1-智慧停车场 0-普通停车场

# 返回参数

WARNING

可能存在返回的数据结构中不包含以下某个字段——这说明该字段属于非必需字段。游云南内部在建立数据时未填写该字段,所以业务数据库未存储该字段。

参数名称 类型 描述
data.bs_info bs_info 内容描述数据
data.bs_list parking[] 内容列表数据
errorcode int 错误码
msg string 错误信息
ret int 0-成功,1-失败

# 描述数据bs_info

参数名称 类型 描述
count_num string 停车场总数
intellect_num string 智慧停车场数量
normal_num string 普通停车场数量
intellect_points string 智慧停车位数量
normal_points string 普通停车位数量
intellect_free_points string 智慧停车位空余数量
intellect_using_points string 智慧停车位使用数量
city_id string 州市id
city_name string 州市名称
district_id string 区县id
district_name string 区县名称

# 停车场数据parking

参数名称 类型 描述
id string ID
name string 名称
addr string 地址
describe string 位置描述
pic string 停车场图片
type string 类型:1-智慧停车场 0-普通停车场
type_str string 类型描述
property_str_l string 智慧属性描述
loc.lat double 纬度坐标
loc.lng double 经度坐标
time_start string 服务开始时间
time_end string 服务结束时间
scenic_id string 景区ID
scenic_name string 景区名称
num string 泊位总数
current_num string 当type=1时,current_num表示剩余泊位数
city_id string 州市ID
city_name string 州市名称
district_id string 区县ID
district_name string 区县名称
free string 是否免费:0-收费 1-免费
note string 收费标准描述
上次更新: 9/23/2022, 5:18:29 PM