diff --git a/apps/third/views.py b/apps/third/views.py index cfd81a78..51a02b86 100755 --- a/apps/third/views.py +++ b/apps/third/views.py @@ -311,7 +311,8 @@ class DhCommonViewSet(CreateModelMixin, CustomGenericViewSet): "819", "822", "823", "824", "826", "828", "861", "873", "881", "882", "888", "962", "963", "964", "965", "972", "973", "974", - "980", "981", "989"] + "980", "981", "989", "1001000", "1001001", + "1001003", "1001004", "1001005", "1001006", "1001007", "1001008"] } ] }, @@ -350,7 +351,6 @@ class DhCommonViewSet(CreateModelMixin, CustomGenericViewSet): """ data = request.data method = data['method'] - category = data['category'] subsystem = data.get('subsystem', None) if method == 'alarm.msg' and subsystem == 'evo-accesscontrol': HrmService.swipe(data=data)