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/Common/Constant.cs |   37 +++++++++++++++++++++++++++++++------
 1 files changed, 31 insertions(+), 6 deletions(-)

diff --git a/HDL_ON/Common/Constant.cs b/HDL_ON/Common/Constant.cs
index 2372b65..1809a2c 100644
--- a/HDL_ON/Common/Constant.cs
+++ b/HDL_ON/Common/Constant.cs
@@ -10,15 +10,20 @@
 		/// <summary>
 		/// 鐢ㄦ埛鍗忚
 		/// </summary>
-		public const string URL_UserAgreement = "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html";
+		public const string URL_USERAGREEMENT = "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html";
 		/// <summary>
 		/// 闅愮鏀跨瓥
 		/// </summary>
-		public const string URL_PrivacyPolicy = "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html";
-
-
-
-	}
+		public const string URL_PRIVACYPOLICY = "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html";
+        /// <summary>
+        /// 鎶�鏈敮鎸佺數璇濆彿鐮�
+        /// </summary>
+        public const string SUPPORT_TELEPHONENUMBER = "4008558535";
+        /// <summary>
+        /// 鎶�鏈敮鎸侀偖绠卞湴鍧�
+        /// </summary>
+        public const string SUPPORT_EMAIL = "hdltickets@hdlautomation.com";
+    }
     #endregion
 
     #region 鈻� 鍏ㄥ眬鏋氫妇 ____________________________
@@ -139,5 +144,25 @@
 
     }
 
+
+    /// <summary>
+    /// 
+    /// </summary>
+    public enum PhoneDeviceType
+    {
+        /// <summary>
+        /// Android
+        /// </summary>
+        Android = 0,
+        /// <summary>
+        /// IOS
+        /// </summary>
+        IOS = 1,
+        /// <summary>
+        /// WinPhone
+        /// </summary>
+        WinPhone,
+    }
+
     #endregion
 }

--
Gitblit v1.8.0