{
"itemId": 0,
"itemName": "string",
"clientld": "string",
" clientName": "string",
"clientPhone": "string",
"addressAreaCode": "string",
"addressInfo": "string",
"longitude": 0,
"latitude": 0,
"personName": "string",
"personPhone": "string",
"contactPersonName": "string",
"contactPersonPhone": "string",
"itemTotalMoney": 0,
"itemTotalPrice": 0,
"brandId": 0,
"brandName": "string",
"remark": "string",
"itemNodes": [
{
"nodeId": 0,
"offerType": "string",
"servicePriceProportion": 0,
"fixedPrice": 0,
" acceptanceld": "string"
}
],
"files": [
{
"attId": 0,
"id": 0
}
],
"isDel": "string"
}curl --location 'http://192.168.1.76:8081/sys/item/updateItem' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijk0MzNhZmU2LTIzMWYtNGZjZi1iYTRmLWMxNzAxNDMxYmVkZiJ9.UGRopckd3axXiTU306jSC0-_EcOQvjy0PQob-wUkLBrNjdWPiwxUZsnEDsIeYMlskYim_HyaEh_393SFDFAlWw' \
--header 'Content-Type: application/json' \
--data '{
"itemId": 0,
"itemName": "string",
"clientld": "string",
" clientName": "string",
"clientPhone": "string",
"addressAreaCode": "string",
"addressInfo": "string",
"longitude": 0,
"latitude": 0,
"personName": "string",
"personPhone": "string",
"contactPersonName": "string",
"contactPersonPhone": "string",
"itemTotalMoney": 0,
"itemTotalPrice": 0,
"brandId": 0,
"brandName": "string",
"remark": "string",
"itemNodes": [
{
"nodeId": 0,
"offerType": "string",
"servicePriceProportion": 0,
"fixedPrice": 0,
" acceptanceld": "string"
}
],
"files": [
{
"attId": 0,
"id": 0
}
],
"isDel": "string"
}'{}