| | |
| | | /// <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 ■ 全局枚举 ____________________________ |