多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
**请求方式:** GET **请求地址:** `/taxi.php/invoicedOrder` **参数说明:** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ------------------------------ | ------------ | --- | | uuid| String| yes | 用户uuid | |page|Integer|yes|页数| |number|Integer|no|每页条数 默认10| **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ------------------------------ | ------------ | --- | | order_no| String| yes |订单号| | start_time| int| yes | 订单开始时间| | end_time| int| yes | 订单结束时间| | pay_total| int| yes | 已支付金额| | start_name| String| yes | 出发点名称| | end_name| String| yes | 目的地名称| **返回示例:** ``` { "errcode": 0, "errmsg": "ok", "data": [         { "id": 17, "order_no": "20200710537511346", "start_time": 1594353752, "end_time": null, "total_fee": 0, "start_name": "", "end_name": ""         }     ] }