From 8905afcbd6dbb859e79199be86a7c706a03307b0 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期四, 26 十一月 2020 15:34:59 +0800
Subject: [PATCH] 2020-11-26 1.获取支持、过户新功能页面实现。2UI优化调整。
---
HDL_ON/Common/Constant.cs | 40 +++++++++++++++++++++++++++++++++-------
1 files changed, 33 insertions(+), 7 deletions(-)
diff --git a/HDL_ON/Common/Constant.cs b/HDL_ON/Common/Constant.cs
index df121d9..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 鈻� 鍏ㄥ眬鏋氫妇 ____________________________
@@ -27,9 +32,10 @@
/// </summary>
public enum APIClientType
{
- HdlOn,
+ HDL_ON,
EvoyoHome,
璋冭瘯瀹�,
+ HDL_ON_PRO
}
/// <summary>
@@ -138,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