From 5b0a842cbdc5dc54e45e5d350d3516d0cdd59199 Mon Sep 17 00:00:00 2001
From: lss <lsc@hdlchina.com.cn>
Date: 星期一, 25 四月 2022 14:50:07 +0800
Subject: [PATCH] 2022-4-25
---
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs
index 459e2bd..6b992c9 100644
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs
@@ -1,8 +1,6 @@
锘縰sing Shared.Common;
using System;
using System.Collections.Generic;
-using System.Text;
-using Shared.IOS.HDLFVSDK;
namespace Shared.Phone.UserCenter
{
/// <summary>
@@ -306,6 +304,13 @@
Shared.IOS.HDLFVSDK.Video.Init("", listHouse[0].Id);
#endif
+#if Android
+ string userName = listHouse[0].Id;
+ string uuid = "10F908BA-CA5A-4041-9D1A-382E6A004F74";
+ string code = "T0001";
+ string httpServer = "120.24.41.192";
+ Com.Evoyohome.Sphonelibs.Global.Global.Login(Application.Activity, userName, uuid, code, httpServer, null);
+#endif
}
}
else {
@@ -314,6 +319,13 @@
//鍒濆鍖栧叏瑙嗛��
Shared.IOS.HDLFVSDK.Video.Init("", Config.Instance.HomeId);
#endif
+#if Android
+ string userName = Config.Instance.HomeId;
+ string uuid = "10F908BA-CA5A-4041-9D1A-382E6A004F74";
+ string code = "T0001";
+ string httpServer = "120.24.41.192";
+ Com.Evoyohome.Sphonelibs.Global.Global.Login(Application.Activity, userName, uuid, code, httpServer, null);
+#endif
}
Config.Instance.Save();
}
--
Gitblit v1.8.0