商旅用车在线选路确认选择的司机路线
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
order_id | String | 必须 | 123456754 | 供应商订单号 | |
route_id | String | 必须 | 1231231232 | 路线id |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
errno | Number | 0 | 错误码 |
errmsg | String | SUCCESS | 错误信息 |
errcode | String | SUCCESS | 二级错误码 |
data | SelectRouteConfirmResult | 选路确认结果 | |
|
1 | {"route_id":"1231231232","order_id":"123456754"} |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | { "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" } } |
1 | {"errcode":"sign-check-failure","errno":"不等于0","errmsg":"Illegal request"} |
错误码 | 错误描述 | 解决方案 |
---|