Browse Source

修改4G带云存字段命名

zhangdongming 1 tuần trước cách đây
mục cha
commit
42d1afa307
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Controller/EquipmentManagerV3.py

+ 1 - 1
Controller/EquipmentManagerV3.py

@@ -892,7 +892,7 @@ class EquipmentManagerV3(View):
                 uid_set_qs = uid_set_qs.first()
                 p['has_4g_cloud'] = self.get_device_is_4G(uid_set_qs['ucode'], uid_set_qs['version'])
                 if p['has_4g_cloud'] == 1:
-                    p['IsCameraOpenCloud'] = 1
+                    p['isCameraOpenCloud'] = 1
                 p['NotificationMode'] = uid_set_qs['detect_status']
             data.append(p)
         result = data