1. 安防人员记录推送
1.1. busiType=1 安防人员记录推送
名称 |
类型 |
必须 |
默认值 |
备注 |
captureImageUrl |
string |
否 |
|
抓拍图url |
captureTime |
integer |
否 |
|
抓拍时间url |
frameUrl |
string |
否 |
|
全景图url |
groupImageUrl |
string |
否 |
|
底库图url |
location |
string |
否 |
|
位置 |
personName |
string |
否 |
|
人员姓名 |
personType |
integer |
否 |
|
人员类型 1.基础人员 2.访客 3.关注人员 4.未授权人员 5.未知人员 |
personUuid |
string |
否 |
|
人员uuid |
pointUuid |
string |
否 |
|
点位UUID |
pointName |
string |
否 |
|
点位名称 |
score |
number |
否 |
|
识别分数 |
1.1.1. 回调数据示例
响应 200
{
"captureImageUrl": "Z3NwOi8vbWVnY29ubmVjdC1mYWNlLWNhcA==-959c7e94e8de44cfbba9.jpg",
"captureTime": 1680575433000,
"frameUrl": "Z3NwOi8vbWVnY29ubmVjdC1mYWNlLWZ1bGw=-3fef0954a0804ae49588.jpg",
"groupImageUrl": "Z3NwOi8vd3Vrb25n-773066b31117cb17c5157b8642f9b03f.jpg",
"location": "",
"personName": "重点人员",
"personType": 3,
"personUuid": "f16757ddd58647f891008e41b9a14d20",
"pointName": "虚拟b4h_gw-通道2",
"pointUuid": "535453b629094e9683d17f94ece86b78",
"score": 78
}