接收车牌抓拍结果接口 code:plate_snap
请求方式: GET
请求路径:
https://prod.open-api.mysre.cn/aiot/building-site-snap-device/ois-plate-snap-save
| 参数名 | 参数位置 | 参数类型 | 必填 | 默认值 | 示例 | 描述 |
|---|---|---|---|---|---|---|
| tenant_code | query | string | 是 | |||
| scene_image_url | query | string | 是 | https://open.com/manage.png | 背景图 | |
| plate_url | query | string | 是 | https://open.com/manage.png | 车牌抓拍图 | |
| device_id | query | string | 是 | 1211212 | 设备编号 | |
| device_type | query | string | 是 | 设备类型 | ||
| plate_num | query | string | 是 | 粤Bxxxxxx | 车牌号 | |
| happen_time | query | string | 是 | 2021-08-08 15:33:44 | 抓拍时间 | |
| source | query | string | 是 | 汇一 | 来源 | |
| third_proj_id | query | string | 是 | 项目id | 39d68bf1-c09f-4dfc-11d7-619c9290384d |
get /aiot/building-site-snap-device/ois-plate-snap-save?tenant_code=value
{
"errcode": 0,
"errmsg": ""
}
| 参数名 | 参数类型 | 描述 |
|---|---|---|
{
"errcode": 100,
"errmsg": "设备ID为必传字段不能为空"
}
| 参数名 | 参数类型 | 描述 |
|---|---|---|