HDL Home App 第二版本 旧平台金堂用 正在使用
hxb
2022-08-25 c2a220d25e2b780cd7b13030666c6cdd08a58519
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
                            }
@@ -328,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
                        }