curl --location --request GET '/api/order/check/getInvoice' \
--header 'X-Shop-Id: 0'
{
"id": 0,
"userId": 0,
"orderId": 0,
"invoiceType": 0,
"status": 0,
"applyReply": "string",
"titleType": 0,
"companyCode": "string",
"companyName": "string",
"companyAddress": "string",
"companyPhone": "string",
"companyBank": "string",
"companyAccount": "string",
"invoiceContent": "string",
"invoiceNo": "string",
"amount": 0,
"mobile": "string",
"email": "string",
"addTime": 0
}