From 1877d455d7a8fbb0d05d75ed5a341b8e3579acbd Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期四, 02 四月 2026 16:23:47 +0800
Subject: [PATCH] 新服务器

---
 SmartHome/UI/SimpleControl/Phone/System/SearchServerOnePortListPage.cs |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/SmartHome/UI/SimpleControl/Phone/System/SearchServerOnePortListPage.cs b/SmartHome/UI/SimpleControl/Phone/System/SearchServerOnePortListPage.cs
index eb37042..409866f 100644
--- a/SmartHome/UI/SimpleControl/Phone/System/SearchServerOnePortListPage.cs
+++ b/SmartHome/UI/SimpleControl/Phone/System/SearchServerOnePortListPage.cs
@@ -235,12 +235,8 @@
                 Array.Copy (b1, 0, ggn, 0, 20 < b1.Length ? 20 : b1.Length);
                 Array.Copy (ggn, 0, sendBytes, 9, 20);
 
-                string newIp = "118.31.3.103";
-                if(Language.CurrentLanguage!= "Chinese") {
-                    newIp = "157.175.231.123";
-                }
-
-
+                string newIp = "35.156.34.111";
+              
                 new System.Threading.Thread (() => {
                     CommonPage.IsRemote = true;
                     Application.RunOnMainThread (() => {

--
Gitblit v1.8.0