old mode 100644
new mode 100755
| | |
| | | public const int Favorite = 10001; |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 手机号 |
| | | /// </summary> |
| | |
| | | /// 确定 |
| | | /// </summary> |
| | | public const int Confrim = 10115; |
| | | /// <summary> |
| | | /// 该账号已注册,可直接登录 |
| | | /// </summary> |
| | | public const int AccountHasBeenRegistered = 10116; |
| | | /// <summary> |
| | | /// 该用户已存在,可直接登录 |
| | | /// </summary> |
| | | public const int AccountHasBeenRegistered = 10116; |
| | | /// <summary> |
| | | /// 提供的参数错误 |
| | | /// </summary> |
| | | public const int PARAMETEROREMPTY = 10117; |
| | | /// <summary> |
| | | /// 确认密码不一致,请重新输入 |
| | | /// </summary> |
| | | public const int TwoPasswordInconsistency = 10118; |
| | | /// <summary> |
| | | /// 两次密码不一致 |
| | | /// </summary> |
| | | public const int TwoPasswordInconsistency = 10118; |
| | | /// <summary> |
| | | /// 验证码错误 |
| | | /// 验证码错误,请重新输入 |
| | | /// </summary> |
| | | public const int VALIDCODEANDPHONENOEQUAL = 10119; |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 手机号错误,请重新输入 |
| | | /// </summary> |
| | | public const int ThePhoneError = 10139; |
| | | public const int ThePhoneError = 10139;
|
| | | /// <summary> |
| | | /// 请输入长度为6-13个字符的密码 |
| | | /// </summary> |
| | | public const int ThePWDLengthError = 10140; |
| | | /// <summary> |
| | | /// 你已被强制下线! |
| | | /// </summary> |