From 52e05a5fb6e07afbb14960fc3cbb8a8971e19eb2 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期三, 25 十一月 2020 20:08:56 +0800
Subject: [PATCH] 2020-11-25 1.TOKEN过期刷新处理

---
 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