{
"invoiceAddress": "水电费水电费",
"invoiceName": "是是是",
"invoiceNum": "是是是",
"invoiceType": 1001,
"oiId": 102023100981180000,
"ownerId": 772023063013350000,
"ownerName": "qq2",
"remark": "是的"
}curl --location --request PUT '/j7-property/property-manage/invoice-title/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceAddress": "水电费水电费",
"invoiceName": "是是是",
"invoiceNum": "是是是",
"invoiceType": 1001,
"oiId": 102023100981180000,
"ownerId": 772023063013350000,
"ownerName": "qq2",
"remark": "是的"
}'{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}