From 4c17caa61bc3b0a05a2b303bccdfedfbf3853f6d Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 24 十一月 2020 15:58:10 +0800
Subject: [PATCH] 2020-11-24 1.优化登录界面失败提示。

---
 HDL_ON/Entity/UserInfo.cs |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/HDL_ON/Entity/UserInfo.cs b/HDL_ON/Entity/UserInfo.cs
index 3cc5ec1..539297a 100644
--- a/HDL_ON/Entity/UserInfo.cs
+++ b/HDL_ON/Entity/UserInfo.cs
@@ -49,21 +49,28 @@
             }
         }
 
-        #region 璐﹀彿娉ㄥ唽鏈嶅姟鍣ㄤ俊鎭�
+        #region 鏂板淇濆瓨鍙傛暟
         /// <summary>
-        /// 
+        ///  璐﹀彿娉ㄥ唽鏈嶅姟鍣ㄤ俊鎭�
         /// </summary>
         public string RequestHttpsHost = "https://china.hdlcontrol.com";
         /// <summary>
         /// 
         /// </summary>
         public GlobalRegionListRes GlobalRegion;
-        #endregion
 
         /// <summary>
         /// 鏄惁鍚屾剰鍗忚
         /// </summary>
         public bool isAgreePrivacyPolicy;
+
+        /// <summary>
+        /// 蹇界暐鏇存柊鐨勭増鏈彿
+        /// </summary>
+        public string IgnoreUpdateVersion = string.Empty;
+        #endregion
+
+
 
         /// <summary>
         /// 鐢ㄦ埛鍚嶇О
@@ -145,8 +152,8 @@
         /// <summary>
         /// UserType B绔处鍙� C绔处鍙� 
         /// </summary>
-        public string userType = "C";
-
+        public string userType = "USER_C";
+       
 
         /// <summary>
         /// 鐢ㄦ埛浣忓畢鍒楄〃

--
Gitblit v1.8.0