{
"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
}
curl --location --request POST '/adminapi/finance/orderInvoice/create' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"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
}'