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 } } ```