Browse Source

event_list接收列表参数

locky 3 tháng trước cách đây
mục cha
commit
919be30294
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 = []