From d688398dd3f20a9cd0837d13dd04c0e44c72230b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Thu, 25 Aug 2022 14:08:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E4=BA=8B=E4=BB=B6=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/third/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/third/views.py b/apps/third/views.py index 08baec64..bf06e9c7 100755 --- a/apps/third/views.py +++ b/apps/third/views.py @@ -265,5 +265,6 @@ class DhCommonViewSet(CreateModelMixin, CustomGenericViewSet): """ 其他报警转到事件派发 """ + myLogger.info(data) dispatch_dahua_event(data=data) return Response()