{
"area": 25.5,
"communityId": 2024012252790005,
"num": "001",
"paId": "PA001",
"parkingType": 1,
"psId": "PS001",
"remark": "这是一个备注"
}
curl --location --request PUT '/j7-park/park-manage/parking-info/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"area": 25.5,
"communityId": 2024012252790005,
"num": "001",
"paId": "PA001",
"parkingType": 1,
"psId": "PS001",
"remark": "这是一个备注"
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}