行中选路

请求地址: /v2/common/midChooseRoute 支持路线选择制条件:
1. 支持选路订单状态:待服务(2)、接驾中(9)、到达上车点(12)、开始计费(3)
2. 一口价订单不支持选路
3. 第三方运力订单不支持选择

服务协议: HTTP/POST

请求参数:

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

响应参数:

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

结果示例:

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