{
"pageNo": 0,
"pageSize": 0,
"startTime": "string",
"endTime": "string",
"invoiceType": "string",
"taxNo": "string",
"orderNo": "string"
}
curl --location --request POST 'https://api-dev.piaozone.com/test/m7/bill/invoice/items/query?access_token=&reqid=1624601109096123' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"startTime": "string",
"endTime": "string",
"invoiceType": "string",
"taxNo": "string",
"orderNo": "string"
}'
{
"errcode":"0000",
"description":"success",
"totalElement": 1,
"totalPage": 1,
"currentPage": 1,
"pageSize": 10,
"data": [{ //发票明细信息
}]
}