{
"num": 56,
"out_num": 1,
"pa_id": 102025051959481440,
"remark": 1,
"type": 1002
}
curl --location --request PUT '/j7-park/park-manage/parking-lot-manage/update-parking-lot' \
--header 'Content-Type: application/json' \
--data-raw '{
"num": 56,
"out_num": 1,
"pa_id": 102025051959481440,
"remark": 1,
"type": 1002
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}