💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
**请求方式:** 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": ""         }     ] }