{
"invoiceTitle": "string",
"identityNum": "string",
"bank": "string",
"account": "string",
"address": "string",
"phone": "string"
}
curl --location --request POST '/api/hetong/invoiceSave?customerid=50' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceTitle": "string",
"identityNum": "string",
"bank": "string",
"account": "string",
"address": "string",
"phone": "string"
}'
{
"errcode": 0,
"errmsg": "string",
"result": {
"key": 0
}
}