소스 검색

优化定时器任务

peng 1 년 전
부모
커밋
73720438f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/SensorGateway/SmartSwitchController.py

+ 1 - 1
Controller/SensorGateway/SmartSwitchController.py

@@ -430,7 +430,7 @@ class SmartSwitchView(View):
             redis_obj = RedisObject()
             timer_info = redis_obj.get_all_hash_data(key)
             if not timer_info:
-                return response.json(0)
+                return response.json(173)
             return response.json(0, timer_info)
         except Exception as e:
             print(e)