| | |
| | | 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; |
| | | |
| | | |
| | | #region 网络请求响应错误提示信息 |
| | | /// <summary> |
| | | /// 会话超时,请更新token |
| | | /// </summary> |
| | | public const int NotLogin = 10000; |
| | | /// <summary> |
| | | /// 请求服务器失败,请稍后再试! |
| | | /// </summary> |
| | |
| | | /// 验证码发送频繁,请稍后再试! |
| | | /// </summary> |
| | | public const int VerificationCodeSentFrequently = 10005; |
| | | /// <summary> |
| | | /// 签名错误 |
| | | /// </summary> |
| | | public const int SignatureError = 10006; |
| | | |
| | | |
| | | #endregion |
| | | #endregion |
| | | } |
| | | } |