企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
**请求方式:** 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 } } ```