AdminInvoiceService

ExportInvoices 导出 CSV(base64 in JSON envelope,同 List 筛选;照 monitor 先例,1-4-1) 静态 /export 路由必须注册在动态 /{id} 之前,避免被详情路由抢先匹配。

get/v1/admin/invoices/export

Query parameters

statusstring
userIdstring
appliedFromstring
appliedTostring
amountMinstring
amountMaxstring
invoiceNostring

Response

OK

datastring bytes

data CSV 文件字节(JSON 网关以 base64 返回)

filenamestring

filename 建议下载文件名

Changes