From b8382f45f351cf4c940fb58fc0a1973d4a55d7de Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 12 十月 2022 11:24:35 +0800 Subject: [PATCH] 家庭光伏H5更新 --- HDL_ON/Common/ApiUtlis.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/ApiUtlis.cs b/HDL_ON/Common/ApiUtlis.cs index 38f4711..e175781 100644 --- a/HDL_ON/Common/ApiUtlis.cs +++ b/HDL_ON/Common/ApiUtlis.cs @@ -403,6 +403,9 @@ //======================瀹夐槻==================== GetSecurityList(); + //======================娉ㄥ唽鎺ㄩ��==================== + httpRequest.RegisteredPush(); + } catch (Exception ex) @@ -439,7 +442,7 @@ { while (endTime > DateTime.Now) { - if (DownloadDataComplete) + if (DownloadDataComplete && complateDevice && complateScene) { break; } -- Gitblit v1.8.0