From 312f9ece8d4a46d8989187730fc7f5c7fc36cfb5 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期五, 12 七月 2024 15:20:52 +0800
Subject: [PATCH] Update SplashActivity.cs

---
 HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs |   25 +------------------------
 1 files changed, 1 insertions(+), 24 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs
index c8c2e0e..62b146d 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs
@@ -548,29 +548,6 @@
 
         }
 
-        /// <summary> 
-        ///  鑾峰彇闂ㄩ攣鐢ㄦ埛鍒楄〃(钀ょ煶瑙嗛闂ㄩ攣)
-        /// </summary>
-        /// <param name="deviceId">璁惧</param>
-        /// <returns></returns>
-        public List<Face> GetVideoDoorLockUserListInfo(Function device)
-        {
-            var userList = FuntionControlView.VideoDoorLock.VideDoorLockSend.Current.GetVideoDoorLockUserListInfo(device);
-            List<Face> faceIdList = new List<Face>();
-            for (int i = 0; i < userList.Count; i++)
-            {
-                Face face = new Face();
-                var user = userList[i];
-                face.userId = user.extUserId;
-                face.userName = user.extUserName;
-                faceIdList.Add(face);
-            }
-            VideoDoorLockUserListInfo.Clear();
-            VideoDoorLockUserListInfo.AddRange(faceIdList);
-            return faceIdList;
-        }
-
-      
 
         /// <summary>
         ///璇锋眰鏈嶅姟鍣紙涓庝綇瀹呮湁鍏�:渚嬪锛沨omeId锛� 
@@ -579,7 +556,7 @@
         /// <param name="api_Url">璇锋眰鍦板潃(涓嶆槸缁濆鍦板潃)</param>
         /// <param name="tag">鏍囪->鎻忚堪鎺ュ彛(鑷畾涔�)</param>
         /// <returns></returns>
-        public ResponsePackNew RequestServerhomeId(object o, string api_Url, string tag,int mTimeout = 3)
+        public ResponsePackNew RequestServerhomeId(object o, string api_Url, string tag,int mTimeout = 8)
         {
             Log($"{DateTime.Now}->鍙戦��->{tag}", api_Url,o.ToString());
             var requestJson = HttpUtil.GetSignRequestJson(o);

--
Gitblit v1.8.0