⼀次性查询停车场内车位占⽤状态
testlpn
http://testlpn.ebopark.com
testlpn
http://testlpn.ebopark.com
POST
http://testlpn.ebopark.com
请求参数
Body 参数application/json
appKey
string
合作商标识
parkCode
string
车场编码
sign
string
签名
示例
{
"appKey": "test",
"parkCode": "1234",
"sign": "e0b3abf9e3978ae0966aefd88ed9bf44"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://testlpn.ebopark.com/partner/statusQuery' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "test",
"parkCode": "1234",
"sign": "e0b3abf9e3978ae0966aefd88ed9bf44"
}'
返回响应
🟢200成功
application/json
Body
array of:
areaCode
null
必需
code
string
必需
carNo
string | null
必需
areaName
string
必需
garageName
string
必需
carImage
string | null
必需
allowWalkNav
integer
必需
allowDriveNav
integer
必需
stopTime
string
必需
status
integer
必需
示例
[
{
"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
}
]
🟢200成功
🟢200成功
修改于 2025-04-02 05:55:38