{
"address": "",
"approvalDate": "",
"area": "",
"buildingId": "",
"businessScope": "",
"capital": "",
"contry": "",
"createBy": "",
"createDate": "",
"createTime": "",
"endOperate": "",
"government": "",
"id": "",
"idNumber": "",
"idType": "",
"latitude": 0,
"longitude": 0,
"market": "",
"marketCode": "",
"marketUnit": "",
"name": "",
"number": 0,
"operateDate": "",
"params": {},
"remark": "",
"startOperate": "",
"status": "",
"street": "",
"telephone": "",
"type": "",
"updateBy": "",
"updateTime": ""
}
curl --location --request PUT 'http://192.168.2.15:8080/territoriality/market' \
--header 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX2tleSI6ImNiMDgwYmRiLWY3ODEtNDkxNC05ZjM0LTdhN2IxMDM4ODRlMiIsInVzZXJuYW1lIjoiYWRtaW4ifQ.ikxj18opIH-fQVKbwcgXNK_fxDp5NGcoAsakyxG3W2O9D-syAR3kBdrqKbOnE7OGIDS2tc1qZKFpu2QAegI2aA' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "",
"approvalDate": "",
"area": "",
"buildingId": "",
"businessScope": "",
"capital": "",
"contry": "",
"createBy": "",
"createDate": "",
"createTime": "",
"endOperate": "",
"government": "",
"id": "",
"idNumber": "",
"idType": "",
"latitude": 0,
"longitude": 0,
"market": "",
"marketCode": "",
"marketUnit": "",
"name": "",
"number": 0,
"operateDate": "",
"params": {},
"remark": "",
"startOperate": "",
"status": "",
"street": "",
"telephone": "",
"type": "",
"updateBy": "",
"updateTime": ""
}'
{}