| | |
| | | public const int qqMsuicTip = 5047; |
| | | |
| | | |
| | | #region LE新增 |
| | | /// <summary> |
| | | /// 请使用新的手机账号登录APP |
| | | /// </summary> |
| | | public const int PleaseLoginWithNewMobileAccount = 9000; |
| | | /// <summary> |
| | | /// 请使用新的邮箱账号登录APP |
| | | /// </summary> |
| | | public const int PleaseLoginWithNewEmailAccount = 9001; |
| | | /// <summary> |
| | | /// 登录手机修改完成 |
| | | /// </summary> |
| | | public const int LoginMobileAccountModificationCompleted = 9002; |
| | | /// <summary> |
| | | /// 登录手机绑定完成 |
| | | /// </summary> |
| | | public const int LoginMobileAccountBindCompleted = 9003; |
| | | /// <summary> |
| | | /// 登录邮箱修改完成 |
| | | /// </summary> |
| | | public const int LoginEmailAccountModificationCompleted = 9004; |
| | | /// <summary> |
| | | /// 登录邮箱绑定完成 |
| | | /// </summary> |
| | | public const int LoginEmailAccountBindCompleted = 9005; |
| | | /// <summary> |
| | | /// 验证码可能会延迟,请再等一会 |
| | | /// </summary> |
| | | public const int VerificationCodeMayBeDelayed = 9006; |
| | | /// <summary> |
| | | /// 再等一会 |
| | | /// </summary> |
| | | public const int WaitAMoment = 9007; |
| | | /// <summary> |
| | | /// 返回 |
| | | /// </summary> |
| | | public const int ReturnStr = 9008; |
| | | /// <summary> |
| | | /// 不愿意透露姓名的用户 |
| | | /// </summary> |
| | | public const int UsersWhoNameIsEmpty = 9009; |
| | | /// <summary> |
| | | /// 新密码 |
| | | /// </summary> |
| | | public const int NewPassword = 9010; |
| | | /// <summary> |
| | | /// 再次输入新密码 |
| | | /// </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; |
| | | |
| | | #region 网络请求响应错误提示信息 |
| | | /// <summary> |
| | | /// 会话超时,请更新token |
| | | /// </summary> |
| | | public const int NotLogin = 10000; |
| | | /// <summary> |
| | | /// 请求服务器失败,请稍后再试! |
| | | /// </summary> |
| | | public const int FailedRequestServer = 10001; |
| | | /// <summary> |
| | | /// 系统维护中 ~请稍后再试~ |
| | | /// 系统维护中 ~请稍后再试~ |
| | | /// </summary> |
| | | public const int SystemMaintenance = 10002; |
| | | |
| | | /// <summary> |
| | | /// 登录失败,请先添加住宅! |
| | | /// </summary> |
| | | public const int FailedGetHomeList = 10003; |
| | | /// <summary> |
| | | /// 用户已存在 |
| | | /// </summary> |
| | | public const int AccountExist = 10004; |
| | | /// <summary> |
| | | /// 验证码发送频繁,请稍后再试! |
| | | /// </summary> |
| | | public const int VerificationCodeSentFrequently = 10005; |
| | | /// <summary> |
| | | /// 签名错误 |
| | | /// </summary> |
| | | public const int SignatureError = 10006; |
| | | |
| | | |
| | | #endregion |
| | | #endregion |
| | | } |
| | | } |