{
"id": 1,
"name": "上海科技园",
"description": "经过30多年的发展建设,已构建了'一区多园'各具特色的发展格局",
"totalArea": 132500,
"availableArea": 100000,
"rentedArea": 50000,
"enterprises": 34,
"rentalIncome": 12.5,
"address": "张江高科技园区科苑路88号",
"totalPeople": 62,
"employeeNumber": 36,
"sourceUseRate": 70,
"totalParkingLot": 5386,
"usedParkingLot": 2000,
"remainParkingLot": 3386,
"taxAmount": 2.5,
"map": "map_data..."
}curl --location --request PUT '172.22.72.236:9090/parks/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"name": "上海科技园",
"description": "经过30多年的发展建设,已构建了'\''一区多园'\''各具特色的发展格局",
"totalArea": 132500,
"availableArea": 100000,
"rentedArea": 50000,
"enterprises": 34,
"rentalIncome": 12.5,
"address": "张江高科技园区科苑路88号",
"totalPeople": 62,
"employeeNumber": 36,
"sourceUseRate": 70,
"totalParkingLot": 5386,
"usedParkingLot": 2000,
"remainParkingLot": 3386,
"taxAmount": 2.5,
"map": "map_data..."
}'{
"code": 500,
"msg": "参数错误: 园区ID必须大于0",
"data": null
}