Explorar el Código

event_list接收列表参数

locky hace 3 meses
padre
commit
919be30294
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Controller/ReportController.py

+ 0 - 1
Controller/ReportController.py

@@ -54,7 +54,6 @@ class ReportView(View):
         try:
             device_type = int(device_type)
             now_time = int(time.time())
-            event_list = json.loads(event_list)
 
             # 批量创建异常事件数据
             abnormal_event_list = []