{
"encryptedData": "U2FsdGVkX1+..."
}curl --location '/merchantapi/v2/invoice/apply' \
--header 'X-App-Id;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Sign;' \
--header 'X-Encrypt-Type;' \
--header 'Content-Type: application/json' \
--data '{
"encryptedData": "U2FsdGVkX1+..."
}'{
"code": 0,
"message": "成功",
"data": {
"invoiceId": "2034454171060154370",
"taxCompanyId": "17",
"taxCategoryName": "劳务报酬-推广服务",
"invoiceAmount": 8000,
"invoiceType": 1,
"invoiceAddress": "上海市浦东新区XXX路88号",
"invoicePhone": "021-12345678",
"invoiceAcctNo": "3100000123456789",
"invoiceBankName": "招商银行上海分行",
"remark": "请尽快开票",
"invoiceStatus": 0,
"fileList": []
}
}