From 9a4629512ccf8359efd88671c9317c3cc7faf0c8 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期一, 29 八月 2022 16:46:40 +0800
Subject: [PATCH] Merge branch 'dev' into dev-temp

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs
index 68a3f11..3e4fbe8 100644
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlResidenceLogic.cs
@@ -117,9 +117,9 @@
 #endif
 #if Android
             string userName = residenceId;
-            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
 
@@ -313,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
                             }
@@ -324,13 +324,14 @@
 #if iOS
                             Console.WriteLine(Config.Instance.HomeId);
                             //鍒濆鍖栧叏瑙嗛��
+
                             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";
+                            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