"CheckRecord" // 检查录像条件
"StatusEvent" // 上下线状态事件
"PrepareRecord" // 准备录像
"StartRecord" // 开始录像
"OpenDialog" // 打开音视频
"OpenDialogFail" // 打开音视频失败
"DialogEvent" // 通道事件
"CreateRecordFile" // 创建录像文件
"Recording" // 录像中
"SplitRecord" // 分割录像
"StopRecord" // 结束录像
"SaveRecord" // 保存录像
curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/plan/recordLog/device//'
{
"code": 0,
"msg": "string",
"data": {
"puId": "string",
"channel": 0,
"event": "string",
"info": "string",
"time": 0,
"score": 0
}
}