{
"orderList":"2023092620432391880394,2023092620461137462076",
"titleType":"1",
"invoiceType":"1",
"invoiceTitle":"马瑞龙",
"taxIdentificationNumber":"7897979789",
"bankName":"中国银行",
"bankAccount":"456456456456464",
"registrationAddress":"上海佘山",
"registrationPhone":"17633882621"
}
curl --location --request POST 'https://wusan53.cn/fzx-tgb-api/invoice/addInvoice' \
--header 'access_token: YzAyNWNmNDYwMzgxOWI1MDJhNzM0MzVmNDQ0NmVmMjVhZDFkMmFlODRmYmQwNDNlOTQ1ZmJiZWZjOTFlYWY5Zg==' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderList":"2023092620432391880394,2023092620461137462076",
"titleType":"1",
"invoiceType":"1",
"invoiceTitle":"马瑞龙",
"taxIdentificationNumber":"7897979789",
"bankName":"中国银行",
"bankAccount":"456456456456464",
"registrationAddress":"上海佘山",
"registrationPhone":"17633882621"
}'
{
"code": 200,
"success": true,
"message": "请求成功",
"timestmp": 1697683466214,
"data": true
}