行中选路

请求地址: /v2/common/midChooseRoute

服务协议: HTTP/POST

请求参数:

参数名称 类型 必选 说明
client_id string Y 申请时的client_id
timestamp long Y 时间戳
sign string Y 签名
order_no long Y 订单编号
a_map_route_id long Y 高德路径ID

响应参数:

参数名 类型 必有 说明
code int Y 200表示成功
success boolean Y true 成功
msg string N 异常信息

结果示例:

{
  "code": 200,
  "success": true
}