{
"parkCode":"testebo510116013",
"page":1,
"pageSize":10
}
curl --location --request POST 'http://testlpn.ebopark.com/partnerService/QueryPresentCar?partnerid=test' \
--header 'Content-Type: application/json' \
--data-raw '{
"parkCode":"testebo510116013",
"page":1,
"pageSize":10
}'
{
"state": 0,
"total": 0,
"result": {
"total": 140,
"records": [
{
"entryTime": "2024-10-14 13:23:47",
"carType": "小型车",
"notes": "",
"garageName": "地面车库200100",
"chargeType": "TEMP",
"id": 533553655,
"entryImage": "https://ebo-image-v6.oss-cn-shenzhen.aliyuncs.com/4b4b13ff-2043d88f-20240413175906",
"plateNumber": "川AZFL00",
"plateColor": "蓝色",
"userName": "",
"entryChannelName": "R3_227",
"userId": 0,
"tokenValue": ""
}
]
}
}