合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
**请求方式:** GET **请求地址:** `/taxi.php/getOrderStatus ` **参数说明:** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ------------------------------ | ------------ | --- | | order_no| Integer| yes | 订单号 | **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ------------------------------ | ------------ | --- | | order_no| Integer| yes |订单号| | order_code| Integer| yes | 订单状态| | order_type| Integer| yes | 订单类型 1 实时单,2 预约单| **返回示例:** ``` { "errcode": 0, "errmsg": "ok", "data": { "order_no": "20201125838617067", "order_code": 3, "order_type": 1 } } ```