gxc
2019-12-09 9f1d51429ec86d618bcdb75aee505a57ae94db30
ZigbeeApp/Shared/R.cs
@@ -586,6 +586,7 @@
        public const int Favorite = 10001;
      /// <summary>
      /// 手机号
      /// </summary>
@@ -650,20 +651,20 @@
      /// 确定
      /// </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>
@@ -746,7 +747,14 @@
        /// 手机号错误,请重新输入
        /// </summary>
        public const int ThePhoneError = 10139;
        /// <summary>
        /// 请输入长度为6-13个字符的密码
        /// </summary>
        public const int ThePWDLengthError = 10140;
        /// <summary>
        /// 你已被强制下线!
        /// </summary>
        public const int YouHaveBeenSignOut = 10141;
        /// <summary>