| | |
| | | /// 再次输入新密码 |
| | | /// </summary> |
| | | public const int NewPasswordAgain = 9011; |
| | | |
| | | /// <summary> |
| | | /// 同意 |
| | | /// </summary> |
| | | public const int Agree = 9012; |
| | | /// <summary> |
| | | /// 用户协议 |
| | | /// </summary> |
| | | public const int UserAgreement = 9013; |
| | | /// <summary> |
| | | /// 隐私政策 |
| | | /// </summary> |
| | | public const int PrivacyPolicy = 9014; |
| | | /// <summary> |
| | | /// 和 |
| | | /// </summary> |
| | | public const int And = 9015; |
| | | /// <summary> |
| | | /// 请先阅读并同意《用户协议》和《隐私政策》 |
| | | /// </summary> |
| | | public const int PleaseReadAndAgreePrivacyPolicyMsg = 9016; |
| | | /// <summary> |
| | | /// 确认退出登录? |
| | | /// </summary> |
| | | public const int IfConfirmLogout = 9017; |
| | | /// <summary> |
| | | /// 选择国家或区域 |
| | | /// </summary> |
| | | public const int SelectCountryOrRegion = 9018; |
| | | /// <summary> |
| | | /// 更新 |
| | | /// </summary> |
| | | public const int Update = 9019; |
| | | /// <summary> |
| | | /// 忽略 |
| | | /// </summary> |
| | | public const int Ignore = 9020; |
| | | /// <summary> |
| | | /// 我的二维码 |
| | | /// </summary> |
| | | public const int MyQRCode = 9021; |
| | | |
| | | |
| | | #region 网络请求响应错误提示信息 |
| | | /// <summary> |