商旅用车在线选路确认选择的司机路线
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 | 
|---|---|---|---|---|---|
| order_id | String | 必须 | 123456754 | 供应商订单号 | |
| route_id | String | 必须 | 1231231232 | 路线id | 
| 名称 | 类型 | 示例值 | 描述 | 
|---|---|---|---|
| errno | Number | 0 | 错误码 | 
| errmsg | String | SUCCESS | 错误信息 | 
| errcode | String | SUCCESS | 二级错误码 | 
| data | SelectRouteConfirmResult | 选路确认结果 | |
| 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 
{"route_id":"1231231232","order_id":"123456754"}
                                {
    "errno":0,
    "errmsg":"SUCCESS",
    "errcode":"SUCCESS",
    "data":{
        "route":{
            "steps":[
                {
                        "links":[
                            {
                                    "coords":"120.111,30.111;120.222,30.222",
                                    "traffic_status":0,
                                    "link_type":0,
                                    "time":10,
                                    "length":100,
                                    "road_name":"XX大道",
                                    "traffic":"1-0;155-1;162-0"
                            }
                        ],
                        "time":10,
                        "length":100,
                        "end_location":"120.222,30.222",
                        "start_location":"120.111,30.111"
                }
            ],
            "estimated_price":"50",
            "tolls":"5",
            "light":3,
            "distance":100,
            "cost_time":1000,
            "route_desc":"时间最快",
            "route_id":"12345412"
        },
        "driver_eta_info":{
            "direction":"40",
            "speed":"20",
            "lng":"30.123",
            "lat":"120.123",
            "timestamp":1721112299,
            "remain_light_count":3,
            "remain_time":100,
            "remain_distance":1000
        },
        "order_id":"123456754"
    }
}
                                {"errcode":"sign-check-failure","errno":"不等于0","errmsg":"Illegal request"}
                                | 错误码 | 错误描述 | 解决方案 | 
|---|