商旅用车在线选路获取司机可选择路线
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 | 
|---|---|---|---|---|---|
| order_id | String | 必须 | 1231245243 | 供应商订单号 | 
| 名称 | 类型 | 示例值 | 描述 | 
|---|---|---|---|
| errno | Number | 0 | 错误码 | 
| errmsg | String | SUCCESS | 错误信息 | 
| errcode | String | SUCCESS | 二级错误码 | 
| data | SelectRouteGetResult | 选择路线查询结果 | |
| 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 
{"order_id":"1231245243"}
                                {
    "errno":0,
    "errmsg":"SUCCESS",
    "errcode":"SUCCESS",
    "data":{
        "select_routes":[
            {
                    "steps":[
                        {
                                "links":[
                                    {
                                            "road_name":"XX大道",
                                            "coords":"120.111,30.111;120.222,30.222",
                                            "traffic_status":0,
                                            "link_type":0,
                                            "time":10,
                                            "length":100,
                                            "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":1000,
                    "cost_time":100,
                    "route_id":"13245632",
                    "is_current_route":1,
                    "route_desc":"时间最短"
            }
        ],
        "select_route_num":3,
        "order_id":"1231245243"
    }
}
                                {"errcode":"sign-check-failure","errno":"不等于0","errmsg":"Illegal request"}
                                | 错误码 | 错误描述 | 解决方案 | 
|---|