{
"id": 1,
"name": "楼A",
"distractId": 1,
"createdTime": "string",
"updatedTime": "string"
}curl --location --request PUT '172.22.72.236:9090/buildings/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"name": "楼A",
"distractId": 1,
"createdTime": "string",
"updatedTime": "string"
}'{
"code": 0,
"msg": "",
"data": ""
}