记录事件触发日志
This commit is contained in:
parent
1618ea29fe
commit
d688398dd3
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue