From b7b3e92bed9c4553e30e2901a1877f088a5f8823 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期一, 04 十一月 2019 17:20:52 +0800 Subject: [PATCH] 2019.11.4 --- ZigbeeApp/Shared/R.cs | 75 ++++++++++++++++++++++--------------- 1 files changed, 44 insertions(+), 31 deletions(-) diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs index ab458ce..f2674b1 100644 --- a/ZigbeeApp/Shared/R.cs +++ b/ZigbeeApp/Shared/R.cs @@ -652,16 +652,48 @@ /// 浣犵殑瀵嗙爜淇敼鎴愬姛锛岃閲嶆柊鐧诲綍 /// </summary> public const int ResetScucessPleaseLogin = 10126; - - - #endregion - - #region 鍒嗙被 - - /// <summary> - /// 鍔熻兘 + /// <summary> + /// 璇烽�夋嫨鍖哄彿 + /// </summary> + public const int PleaseSelectAreaCode = 10127; + /// <summary> + /// 鏈縺娲� /// </summary> - public const int Function = 11000; + public const int NOTVERIFY = 10128; + /// <summary> + /// 璇ョ敤鎴峰睘浜庤皟璇曡处鍙凤紝骞舵湭鍚敤 + /// </summary> + public const int NOTENABLE = 10129; + /// <summary> + /// //鏁版嵁骞朵笉鍦ㄦHDL鍖哄煙鏈嶅姟鍣� + /// </summary> + public const int YOUDATANOISLOCALREGION = 10130; + /// <summary> + /// 璐﹀彿鎴栧瘑鐮侀敊璇� + /// </summary> + public const int USERNAMEORPWDERROR = 10131; + /// <summary> + /// 璐﹀彿涓嶅瓨鍦紝璇峰厛娉ㄥ唽 + /// </summary> + public const int ACCOUNTNOEXISTS = 10132; + /// <summary> + /// 璇疯緭鍏ラ獙璇佺爜 + /// </summary> + public const int PleaseInputVerificationCode = 10133; + /// <summary> + /// 鍗冲皢閫氳繃寰俊鎺堟潈鐧诲綍 + /// </summary> + public const int LoginByWechat = 10134; + + + #endregion + + #region 鍒嗙被 + + /// <summary> + /// 鍔熻兘 + /// </summary> + public const int Function = 11000; /// <summary> /// 鍦烘櫙 /// </summary> @@ -1035,7 +1067,7 @@ public static readonly int PleaseGoToTheMailboxToActivateTheAccountNumber = 10012; public static readonly int PleaseInputTheCorrectCellPhoneNumber = 10013; public static readonly int PleaseInputTheCorrectVerificationCode = 10014; - public static readonly int PleaseSelectAreaCode = 10015; + public static readonly int ThePhoneNumberIsNotRegisteredYetPleaseRegisterFirst = 10017; public static readonly int LoginCodeError = 10018; @@ -1070,7 +1102,7 @@ public static readonly int LoginHadAccountPWD = 11008; - public static readonly int PleaseInputVerificationCode = 11011; + @@ -1141,26 +1173,7 @@ public static readonly int ModifyScene = 11078; - /// <summary> - /// 鏈縺娲� - /// </summary> - public static readonly int NOTVERIFY = 11081; - /// <summary> - /// 璇ョ敤鎴峰睘浜庤皟璇曡处鍙凤紝骞舵湭鍚敤 - /// </summary> - public static readonly int NOTENABLE = 11082; - /// <summary> - /// //鏁版嵁骞朵笉鍦ㄦHDL鍖哄煙鏈嶅姟鍣� - /// </summary> - public static readonly int YOUDATANOISLOCALREGION = 11083; - /// <summary> - /// 璐﹀彿鎴栧瘑鐮侀敊璇� - /// </summary> - public static readonly int USERNAMEORPWDERROR = 11084; - /// <summary> - /// 璐﹀彿涓嶅瓨鍦紝璇峰厛娉ㄥ唽 - /// </summary> - public static readonly int ACCOUNTNOEXISTS = 11085; + public static readonly int YourPWDIsTooSample = 11088; -- Gitblit v1.8.0