{
"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,
"invoiceAttachment": [
{}
]
}curl --location --request POST '/api/user/orderInvoice/update' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJseWVjc0AyMDIzIiwiYXVkIjoiIiwiaWF0IjoxNzcwMTkyNjg0LCJuYmYiOjE3NzAxOTI2ODQsImV4cCI6MTc3MTQ4ODY4NCwiZGF0YSI6eyJhcHBJZCI6IjEiLCJ1dWlkIjoiMWZlMzNjOWY4MGZkYTg0NzcyMTRhMzcwZmRjNzM3MDQifX0.IfHrDPDf_7VMF2QcHrRdLlu6s50fDPBD-svlGpj0EFE' \
--header 'X-Shop-Id: 0' \
--header 'x-vendor-id;' \
--header 'x-admin-type: admin' \
--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,
"invoiceAttachment": [
{}
]
}'