HDL_ON/Common/R.cs
@@ -433,11 +433,21 @@ /// </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; #endregion }