From 6920fa0a981c2a55476afdc518358e971d8e0244 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期三, 30 十月 2019 10:45:16 +0800 Subject: [PATCH] 2019.10.30 --- ZigbeeApp/Shared/R.cs | 65 +++++++++++++++++--------------- 1 files changed, 35 insertions(+), 30 deletions(-) diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs index ab458ce..7335484 100644 --- a/ZigbeeApp/Shared/R.cs +++ b/ZigbeeApp/Shared/R.cs @@ -652,16 +652,40 @@ /// 浣犵殑瀵嗙爜淇敼鎴愬姛锛岃閲嶆柊鐧诲綍 /// </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; + + + #endregion + + #region 鍒嗙被 + + /// <summary> + /// 鍔熻兘 + /// </summary> + public const int Function = 11000; /// <summary> /// 鍦烘櫙 /// </summary> @@ -1035,7 +1059,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; @@ -1141,26 +1165,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