运力类型
正式环境
正式环境
GET
/v1/products
product_type | ride_type | 描述 |
---|---|---|
private-car(滴滴专车) | compact | 舒适 |
premium | 商务 | |
luxury | 豪华 | |
express-car(滴滴快车) | express | 快车 |
superior | 优享 | |
taxi(滴滴出租车) | taxi | 出租车 |
成功:http status 200
失败:http status 非200
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.xiaojukeji.com//v1/products?lat=40.058922&lng=116.312615' \
--header 'Authorization: Bearer domain|{access_token}' \
--header 'Authorization;' \
--header 'Content-Type: application/x-www-form-urlencoded'