| | |
| | | /// HDL Home |
| | | /// </summary> |
| | | public const int AppName = 10000; |
| | | /// <summary> |
| | | /// 常用 |
| | | /// </summary> |
| | | public const int Favorite = 10001; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 手机号 |
| | | /// </summary> |
| | | public const int PhoneNum = 10100; |
| | | /// <summary> |
| | | /// 手机号 |
| | | /// </summary> |
| | | public const int PhoneNum = 10100; |
| | | /// <summary> |
| | | /// 邮箱 |
| | | /// </summary> |
| | |
| | | /// 账号不存在,请先注册 |
| | | /// </summary> |
| | | public const int ACCOUNTNOEXISTS = 10132; |
| | | /// <summary> |
| | | /// 请输入验证码 |
| | | /// </summary> |
| | | public const int PleaseInputVerificationCode = 10133; |
| | | /// <summary> |
| | | /// 即将通过微信授权登录 |
| | | /// </summary> |
| | | public const int LoginByWechat = 10134; |
| | | |
| | | |
| | | #endregion |
| | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 喜爱 |
| | | /// </summary> |
| | | public static readonly int Favorite = 100000; |
| | | |
| | | |
| | | |
| | | public static readonly int OK = 10005; |
| | |
| | | public static readonly int LoginHadAccountPWD = 11008; |
| | | |
| | | |
| | | public static readonly int PleaseInputVerificationCode = 11011; |
| | | |
| | | |
| | | |
| | | |