eventType
参数不同,可分别配置人脸比对和陌生人人脸比对联动curl --location --request POST 'https://api2.hik-cloud.com/api/v1/open/intelligents/event/triggers/actions/addEventTriggerCfg' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial": "xxxxxxxx",
"channelNo": 1,
"id": "faceContrastSuccess-1",
"eventType": "faceContrastSuccess",
"notifications": [{
"id": "center",
"notificationMethod": "center"
}]
}'
{
"code": 200,
"message": "操作成功"
}