推送时机

车辆进出前推送,根据返回值判断是否开闸放行

推送参数

参数 类型 必填 说明
ParkID string M 车场编号
Plate string M 车牌号码
ChannelName string M 通道名称
ChannelNo int M 通道编号
IsIn bool M 进出类型 true入场 false出场
IoTime string M 进出时间,格式yyyy-MM-dd HH:mm:ss
InPicUrl string O 进出图片,base64字符串

返回参数

参数 类型 必填 说明
Code int M 成功 1成功 0失败
EnableOpen bool C 是否开闸,Code=1时生效,true开闸 false不开闸
VehicleType string C 车辆类型,Code=1时必填,LED显示车辆类型,TTS版本有效
DispMsg string C 播放语音,Code=1时必填,LED播放语音,TTS版本有效

推送示例

{
    "ParkID": "123456789",
    "Plate": "鄂A00001",
    "ChannelName": "北门出口",
    "ChannelNo": 2,
    "IsIn": false,
    "IoTime": "2023-09-08 15:11:07",
    "InPicUrl": ""
}

results matching ""

    No results matching ""