curl --location '/merchantapi/v2/invoice/queryAvailableInvoiceBalance' \
--header 'X-App-Id;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Sign;'{
"code": 0,
"message": "成功",
"data": {
"taxCompanyData": [
{
"taxCompanyId": "17",
"taxCompanyName": "上海税地",
"invoiceDataList": [
{
"taxCategoryName": "劳务报酬-推广服务",
"hasInvoiceFee": 2000,
"applyInvoiceFee": 1000,
"ableInvoiceFee": 8000
}
]
}
]
}
}