呼端链接
正式环境
正式环境
GET
/v1/app
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.xiaojukeji.com//v1/app?start_lat=39.998813&start_lng=116.317489&end_lat=40.011006&end_lng=116.338897&product_type=taxi' \
--header 'Authorization: Bearer domain|{access_token}' \
--header 'Authorization;' \
--header 'Content-Type: application/x-www-form-urlencoded'
响应示例响应示例
{
"jump_url": "string",
"download": "string"
}
请求参数
Query 参数
start_lat
string
起点纬度
示例值:
39.998813
start_lng
string
起点经度
示例值:
116.317489
end_lat
string
终点纬度
示 例值:
40.011006
end_lng
string
终点经度
示例值:
116.338897
product_type
string
必需
示例值:
taxi
map_type
string
可选
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Authorization
string
必需
示例值:
Bearer domain|{access_token}
undefined
string
可选