Ver Fonte

获取电池电量返回上报时间

zhangdongming há 5 meses atrás
pai
commit
c37b996a09
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Controller/UserDevice/DeviceReportController.py

+ 1 - 0
Controller/UserDevice/DeviceReportController.py

@@ -95,6 +95,7 @@ class DeviceReportView(View):
                 'working_hours',
                 'wake_sleep',
                 'battery_level',
+                'report_time',
                 named=True  # 使用命名元组方便访问
             )
             # endregion