From c2a220d25e2b780cd7b13030666c6cdd08a58519 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期四, 25 八月 2022 17:30:41 +0800
Subject: [PATCH] 开发分支第一个版本
---
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs | 19 +++++++++++++------
1 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs
index 6b992c9..3f29367 100644
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs
@@ -115,6 +115,13 @@
//閲嶆柊鐧诲綍鍏ㄨ閫�
Shared.IOS.HDLFVSDK.Video.Init("", residenceId);
#endif
+#if Android
+ string userName = residenceId;
+ string uuid = "0E6AD0F4-FC17-45B4-AB63-08DAD3B09516";
+ string code = "T0061";
+ string httpServer = "120.25.212.198";
+ Com.Evoyohome.Sphonelibs.Global.Global.Login(Application.Activity, userName, uuid, code, httpServer, null);
+#endif
return result;
@@ -306,9 +313,9 @@
#endif
#if Android
string userName = listHouse[0].Id;
- string uuid = "10F908BA-CA5A-4041-9D1A-382E6A004F74";
- string code = "T0001";
- string httpServer = "120.24.41.192";
+ string uuid = "0E6AD0F4-FC17-45B4-AB63-08DAD3B09516";
+ string code = "T0061";
+ string httpServer = "120.25.212.198";
Com.Evoyohome.Sphonelibs.Global.Global.Login(Application.Activity, userName, uuid, code, httpServer, null);
#endif
}
@@ -321,9 +328,9 @@
#endif
#if Android
string userName = Config.Instance.HomeId;
- string uuid = "10F908BA-CA5A-4041-9D1A-382E6A004F74";
- string code = "T0001";
- string httpServer = "120.24.41.192";
+ string uuid = "0E6AD0F4-FC17-45B4-AB63-08DAD3B09516";
+ string code = "T0061";
+ string httpServer = "120.25.212.198";
Com.Evoyohome.Sphonelibs.Global.Global.Login(Application.Activity, userName, uuid, code, httpServer, null);
#endif
}
--
Gitblit v1.8.0