| product_type | ride_type | 描述 |
|---|---|---|
| private-car(滴滴专车) | compact | 舒适 |
| premium | 商务 | |
| luxury | 豪华 | |
| express-car(滴滴快车) | express | 快车 |
| superior | 优享 | |
| taxi(滴滴出租车) | taxi | 出租车 |
curl --location --request GET 'https://api.xiaojukeji.com//v1/products?lat=40.058922&lng=116.312615' \
--header 'Authorization: Bearer domain|{access_token}' \
--header 'Authorization: Bearer domain|' \
--header 'Content-Type: application/x-www-form-urlencoded'{
"product_type": "string",
"ride_type": "string",
"display_name": 0,
"display_name_cn": "string",
"seats": 0,
"car_type": 0,
"image_url": "string"
}