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 |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs
index 7335484..f2674b1 100644
--- a/ZigbeeApp/Shared/R.cs
+++ b/ZigbeeApp/Shared/R.cs
@@ -676,6 +676,14 @@
         /// 璐﹀彿涓嶅瓨鍦紝璇峰厛娉ㄥ唽
         /// </summary>
         public const int ACCOUNTNOEXISTS = 10132;
+        /// <summary>
+        /// 璇疯緭鍏ラ獙璇佺爜
+        /// </summary>
+        public const int PleaseInputVerificationCode = 10133;
+        /// <summary>
+        /// 鍗冲皢閫氳繃寰俊鎺堟潈鐧诲綍
+        /// </summary>
+        public const int LoginByWechat = 10134;
 
 
         #endregion
@@ -1094,7 +1102,7 @@
 		public static readonly int LoginHadAccountPWD = 11008;
 
 
-		public static readonly int PleaseInputVerificationCode = 11011;
+		
 
 
 

--
Gitblit v1.8.0