{
"appKey": "test",
"parkCode": "1234",
"sign": "e0b3abf9e3978ae0966aefd88ed9bf44"
}curl --location --request POST 'http://testlpn.ebopark.com/partner/statusQuery' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "test",
"parkCode": "1234",
"sign": "e0b3abf9e3978ae0966aefd88ed9bf44"
}'[
{
"areaCode": null,
"code": "2001",
"carNo": null,
"areaName": "",
"garageName": "B2",
"carImage": null,
"allowWalkNav": 1,
"allowDriveNav": 0,
"stopTime": "",
"status": 10
},
{
"areaCode": null,
"code": "2002",
"carNo": "川AF94Y5",
"areaName": "",
"garageName": "B2",
"carImage": "https://ebo-cpgs.oss-cn-shenzhen.aliyuncs.com/510107246_2002",
"allowWalkNav": 1,
"allowDriveNav": 0,
"stopTime": "2025-04-02 08:22:41",
"status": 20
}
]