ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
**请求方式:** POST **请求地址:** `/taxi.php/resendInvoice` **参数说明:** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ------------------------------ | ------------ | --- | | invoice_no| String| yes | 发票ID| | email| String| yes | 电子邮箱地址,仅支持单个| | itinerary| int| yes | 1 发送行程单 2 不发送| | uuid| String| yes | 用户uuid| | order_no| String| yes | 订单id(多个订单使用英文逗号,分隔,最多100个)| **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ------------------------------ | ------------ | --- | **返回示例:** ``` { "errcode": 0, "errmsg": "ok", "data": { "code": 200, "success": true } }