AdminInvoiceService

ListInvoices 发票列表(多条件筛选 + 分页,1-4-1)

get/v1/admin/invoices

Query parameters

statusstring

status 状态过滤(空=全部)

userIdstring

user_id 按申请人过滤(0=全部)

appliedFromstring

applied_from 申请时间下界(RFC3339,含)

appliedTostring

applied_to 申请时间上界(RFC3339,不含)

amountMinstring

amount_min 票面金额下界(micros,含;未传=不限,显式 0=按 0 查询)

amountMaxstring

amount_max 票面金额上界(micros,含;未传=不限,显式 0=按 0 查询)

pageinteger

page 页码(从 1 起)

pageSizeinteger

page_size 每页条数(默认由服务端定)

invoiceNostring

invoice_no 按发票号码模糊过滤(忽略首尾空白)

Response

OK

totalstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.