| | |
| | | /// </summary> |
| | | public static string URL_USERAGREEMENT { |
| | | get { |
| | | if (Language.CurrentLanguage == "Chinese") |
| | | { |
| | | return "https://developer.hdlcontrol.com/SanTanUserAgreement.html"; |
| | | if (Language.CurrentLanguage == "Chinese") { |
| | | return "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html"; |
| | | } |
| | | else |
| | | { |
| | | return "https://developer.hdlcontrol.com/SANTANSmartControlUserAgreement-En.html"; |
| | | return "https://developer.hdlcontrol.com/OnProServiceAgreement-En.html"; |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | if (Language.CurrentLanguage == "Chinese") |
| | | { |
| | | return "https://developer.hdlcontrol.com/SanTanPrivacyPolicy.html"; |
| | | return "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html"; |
| | | } |
| | | else |
| | | { |
| | | return "https://developer.hdlcontrol.com/SANTANSmartControlServiceAgreement-En.html"; |
| | | return "https://developer.hdlcontrol.com/OnProUserAgreement-En.html"; |
| | | } |
| | | } |
| | | } |
| | | /// <summary> |
| | | /// 技术支持电话号码 |
| | | /// </summary> |
| | | public const string SUPPORT_TELEPHONENUMBER = "13828070886"; |
| | | public const string SUPPORT_TELEPHONENUMBER = "4008558535"; |
| | | /// <summary> |
| | | /// 技术支持邮箱地址 |
| | | /// </summary> |
| | | public const string SUPPORT_EMAIL = "2655063522@QQ.COM"; |
| | | public const string SUPPORT_EMAIL = "hdltickets@hdlautomation.com"; |
| | | /// <summary> |
| | | /// 苹果商店地址 |
| | | /// </summary> |