手动抓拍结果上报(出入口)
POST
http://localhost/api/upark/notifyresult/manualcapture/common
接口描述
下行接口过MQ的手动抓拍,出入口设备使用此接口异步推送抓拍结果
请求参数
参数名
类型
描述
必填
requestId
string
平台请求编号,例:202006171129000001
必填
code
int
状态码,例:200
必填
message
string
状态描述,例:success
必填
recordId
string
记录编号,例:000000000000001
必填
picTime
string
抓拍时间,例:YYYY-MM-DDTHH:mm:ss
必填
plateNo
string
车牌号码(UTF-8编码),例:浙A12345
必填
confidence
int
车牌置信度(0-100),例:99
必填
identifyTime
int
识别耗时(毫秒),例:200
必填
vehicleType
int
车辆类型,详见数据字典-车辆类型
必填
vehicleColor
int
车身颜色,详见数据字典-通用颜色
必填
plateType
int
车牌种类,详见数据字典-车牌种类
必填
plateColor
int
车牌颜色,详见数据字典-通用颜色
必填
shootPosition
int
抓拍位置,涉及:1-车头;2-车尾;3-车头/车尾
必填
picNum
int
照片数目
必填