运力类型
GET
/v1/products功能: 根据起点位置,获取可服务的运力类型
车型关系:
product_type | ride_type | 描述 |
---|---|---|
private-car(滴滴专车) | compact | 舒适 |
premium | 商务 | |
luxury | 豪华 | |
express-car(滴滴快车) | express | 快车 |
superior | 优享 | |
taxi(滴滴出租车) | taxi | 出租车 |
返回示例:
成功:http status 200
失败:http status 非200
请求参数
Query 参数
lat
string
当前纬度
示例值:
40.058922
lng
string
当前经度
示例值:
116.312615
product_type
string
产品类型
示例值:
private-car
ride_type
string
运力类型
示例值:
compact
map_type
string
可选
坐标系类型,默认soso,支持坐标系见备注
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Authorization
string
必需
示例值:
Bearer domain|{access_token}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
product_type
string
产品类型
ride_type
string
运力类型
display_name
integer
英文显示名
display_name_cn
string
中文显示名
seats
integer
座位数量
car_type
integer
车类型
image_url
string
车型图片地址
示例
未设置
最后修改时间: 3 年前