呼端链接

接口类型: 工具类型接口

scope: public

功能: 获取呼端链接和下载地址

资源URL

GET:v1/app

请求参数:

参数名 类型 说明
start_lat float 起点纬度
start_lng float 起点经度
end_lat float 终点纬度
end_lng float 终点经度
map_type string(可选) 坐标系类型,默认soso,支持坐标系见备注
product_type string 支持运力类型:private-car(专车),express-car(快车),taxi(出租车),bus(巴士),car-mate(顺风车),driver_service(代驾),try-driver(试驾)
curl -X GET 
-H "Content-Type: application/x-www-form-urlencoded" 
-H 'Authorization: Bearer domain|{access_token}' 
'https://api.xiaojukeji.com/v1/app?start_lat=39.998813&startlng=116.317489&end_lat=40.011006&end_lng=116.338897&product_type=taxi'

返回字段说明:

参数名 类型 说明
jump_url string 跳转滴滴app链接
download string 下载滴滴app地址

返回示例:

成功:http status 200

失败:http status 非200

{
    "jump_url": "OneTravel://dache/sendorder?slat=1&slon=1&dlat=1&dlon=1&source=gs-openapi",
    "download": "http://webapp.didistatic.com/static/webapp/shield/z/webapp-download/webapp-download/index.html"
}

results matching ""

    No results matching ""