Przeglądaj źródła

添加参数:company_secrete

locky 4 lat temu
rodzic
commit
f616ca1b2a
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Controller/DetectControllerV2.py

+ 1 - 0
Controller/DetectControllerV2.py

@@ -55,6 +55,7 @@ class NotificationView(View):
         n_time = request_dict.get('n_time', None)
         event_type = request_dict.get('event_type', None)
         is_st = request_dict.get('is_st', None)
+        company_secrete = request_dict.get('company_secrete', None)
         # print("aaa")
         # return JsonResponse(0,safe=False)
         if not all([channel, n_time]):