From 1293fea19c6a2b558986856e301d5218c1979692 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期五, 27 十一月 2020 14:08:43 +0800 Subject: [PATCH] Revert "20201127 接受bus数据修改完成,搜索网关、一端口修改完成" --- HDL_ON/Common/Constant.cs | 37 ++++++------------------------------- 1 files changed, 6 insertions(+), 31 deletions(-) diff --git a/HDL_ON/Common/Constant.cs b/HDL_ON/Common/Constant.cs index 1809a2c..2372b65 100644 --- a/HDL_ON/Common/Constant.cs +++ b/HDL_ON/Common/Constant.cs @@ -10,20 +10,15 @@ /// <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"; - /// <summary> - /// 鎶�鏈敮鎸佺數璇濆彿鐮� - /// </summary> - public const string SUPPORT_TELEPHONENUMBER = "4008558535"; - /// <summary> - /// 鎶�鏈敮鎸侀偖绠卞湴鍧� - /// </summary> - public const string SUPPORT_EMAIL = "hdltickets@hdlautomation.com"; - } + public const string URL_PrivacyPolicy = "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html"; + + + + } #endregion #region 鈻� 鍏ㄥ眬鏋氫妇 ____________________________ @@ -142,26 +137,6 @@ /// </summary> ADMIN, - } - - - /// <summary> - /// - /// </summary> - public enum PhoneDeviceType - { - /// <summary> - /// Android - /// </summary> - Android = 0, - /// <summary> - /// IOS - /// </summary> - IOS = 1, - /// <summary> - /// WinPhone - /// </summary> - WinPhone, } #endregion -- Gitblit v1.8.0