From 1a2061079e97a738ec7b8959bfd9a6e6c6997403 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期四, 31 十月 2019 09:59:29 +0800 Subject: [PATCH] 2019.10.31 --- ZigbeeApp/Shared/R.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs index 7335484..8bfb25e 100644 --- a/ZigbeeApp/Shared/R.cs +++ b/ZigbeeApp/Shared/R.cs @@ -676,6 +676,10 @@ /// 璐﹀彿涓嶅瓨鍦紝璇峰厛娉ㄥ唽 /// </summary> public const int ACCOUNTNOEXISTS = 10132; + /// <summary> + /// 璇疯緭鍏ラ獙璇佺爜 + /// </summary> + public const int PleaseInputVerificationCode = 10133; #endregion @@ -1094,7 +1098,7 @@ public static readonly int LoginHadAccountPWD = 11008; - public static readonly int PleaseInputVerificationCode = 11011; + -- Gitblit v1.8.0