记录事件触发日志

This commit is contained in:
曹前明 2022-08-25 14:08:04 +08:00
parent 1618ea29fe
commit d688398dd3
1 changed files with 1 additions and 0 deletions

View File

@ -265,5 +265,6 @@ class DhCommonViewSet(CreateModelMixin, CustomGenericViewSet):
""" """
其他报警转到事件派发 其他报警转到事件派发
""" """
myLogger.info(data)
dispatch_dahua_event(data=data) dispatch_dahua_event(data=data)
return Response() return Response()