QueryCmd
QueryPrice
QeuryParam
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
Plate | string | M | 车牌号码 |
返回参数
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
Status | int | M | 状态 0失败 1成功 |
ErrorMsg | string | C | 错误信息,Status=0必传 |
Plate | string | M | 车牌号 |
QueryTime | string | M | 查询时间 |
Amout | decimal | M | 收费金额,单位元 |
DiscountAmount | decimal | M | 优惠金额,单位元 |
InTime | string | M | 入场时间,格式yyyy-MM-dd HH:mm:ss |
返回示例
{
"Status": 1,
"ErrorMsg": "",
"Plate": "鄂A00000",
"QueryTime": "2023-09-06 18:02:49",
"Amout": "5",
"DiscountAmount": "0",
"InTime": "2023-09-05 14:27:00"
}