| | |
| | | /// <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"; |
| | | /// <summary> |
| | | /// 苹果商店地址 |
| | | /// </summary> |
| | | public const string URL_APPSTORE = "https://apps.apple.com/cn/app/on/id1532353432"; |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | | } |
| | | #endregion |
| | | |
| | | #region ■ 全局枚举 ____________________________ |
| | | /// <summary> |
| | | /// 客户端类型 如HdlOn、EvoyoHome、调试宝 |
| | | /// </summary> |
| | | public enum APIClientType |
| | | { |
| | | HDL_ON, |
| | | EvoyoHome, |
| | | 调试宝, |
| | | HDL_ON_PRO |
| | | } |
| | | ///// <summary> |
| | | ///// 客户端类型 如HdlOn、EvoyoHome、调试宝 |
| | | ///// </summary> |
| | | //public enum APIClientType |
| | | //{ |
| | | // HDL_ON, |
| | | // EvoyoHome, |
| | | // 调试宝, |
| | | // HDL_ON_PRO |
| | | //} |
| | | |
| | | /// <summary> |
| | | /// 备份类型 |
| | |
| | | |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public enum PhoneDeviceType |
| | | { |
| | | /// <summary> |
| | | /// Android |
| | | /// </summary> |
| | | Android = 0, |
| | | /// <summary> |
| | | /// IOS |
| | | /// </summary> |
| | | IOS = 1, |
| | | /// <summary> |
| | | /// WinPhone |
| | | /// </summary> |
| | | WinPhone, |
| | | } |
| | | |
| | | /// <summary> |
| | | /// APP 类型 |
| | | /// </summary> |
| | | public enum SoftwareType |
| | | { |
| | | /// <summary> |
| | | /// Evoyo、ON、ON_Plus |
| | | /// </summary> |
| | | Evoyo = 0, |
| | | /// <summary> |
| | | /// IOS |
| | | /// </summary> |
| | | ON = 1, |
| | | /// <summary> |
| | | /// WinPhone |
| | | /// </summary> |
| | | ON_Plus, |
| | | } |
| | | |
| | | #endregion |
| | | } |