预估价格
GET
/v1/estimates/prices功能: 根据起点、终点位置、运力类型,估算车费、距离、动调倍数
支持运力: private-car,express-car
注: 预估价格默认锁定 10分钟;对于特殊合作渠道,可以锁定 60分钟 有效时间
请求示例(平台):
curl -X GET
-H "Content-Type: application/x-www-form-urlencoded"
-H 'Authorization: Bearer domain|{access_token}'
'https://api.xiaojukeji.com/v1/estimates/prices?start_lat=40.058922&start_lng=116.312615&end_lat=39.998568&end_lng=116.344434&product_type=private-car&ride_type=compact&from_name=西二旗地铁站&to_name=五道口购物中心&departure_time=1464331903'
请求示例(用户):
curl -X GET
-H "Content-Type: application/x-www-form-urlencoded"
-H 'Authorization: Bearer domain|{sign} openid|{access_token}'
'https://api.xiaojukeji.com/v1/estimates/prices?start_lat=40.058922&start_lng=116.312615&end_lat=39.998568&end_lng=116.344434&product_type=private-car&ride_type=compact&from_name=西二旗地铁站&to_name=五道口购物中心&departure_time=1464331903'
请求参数
Query 参数
start_lat
string
起点纬度
示例值:
40.058922
start_lng
string
起点经度
示例值:
116.312615
end_lat
string
终点纬度
示例值:
39.998568
end_lng
string
终点经度
示例值:
116.344434
product_type
string
产品类型
示例值:
private-car
ride_type
string
运力类型
示例值:
compact
from_name
string
起点经度
示例值:
西二旗地铁站
to_name
string
目的地名称
示例值:
五道口购物中心
departure_time
string
可选
出行时间。出行时间不同,预估价格不同,默认为当前时间
示例值:
1464331903
imei
string
手机imei
map_type
string
可选
坐标系类型,默认soso,支持坐标系见备注
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Authorization
string
必需
示例值:
Bearer domain|{access_token}
示例代码
返回响应
成功(200)
有拼座的返回(200)
有拼车无拼座(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
array of:
product_type
string
产品类型
ride_type
string
运力类型
currency_code
string
可选
货币类型(CNY:人民币)
estimate_price
integer
预估价格,单位:分
time_in_second
integer
可选
行程预估耗时,单位:秒
distance_in_meter
integer
预估里程,单位:米
car_type
integer
车型
dynamic
integer
动调倍数
estimate_id
string
可选
价格预估id,请求行程时必须提供
pay_type
string
可选
支持的支付方式,用逗号隔开(0,1)
jump_url
string
跳转到端的链接
download_url
string
下载app端的链接
示例
未设置
最后修改时间: 3 年前