From 7153e420d66bce0a06b7e972ac3a5c34197fa2e5 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期三, 18 十一月 2020 20:02:13 +0800
Subject: [PATCH] 2020-11-18 1.修改完善手机绑定和解绑。

---
 HDL_ON/Common/R.cs |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index 04f2d07..e8ab57d 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -432,7 +432,22 @@
         /// 璇锋眰鏈嶅姟鍣ㄥけ璐ワ紝璇风◢鍚庡啀璇曪紒
         /// </summary>
         public const int FailedRequestServer = 10001;
-
+        /// <summary>
+        /// 绯荤粺缁存姢涓� ~璇风◢鍚庡啀璇晘
+        /// </summary>
+        public const int SystemMaintenance = 10002;
+        /// <summary>
+        /// 鐧诲綍澶辫触锛岃鍏堟坊鍔犱綇瀹咃紒
+        /// </summary>
+        public const int FailedGetHomeList = 10003;
+        /// <summary>
+        /// 鐢ㄦ埛宸插瓨鍦�
+        /// </summary>
+        public const int AccountExist = 10004;
+        /// <summary>
+        /// 楠岃瘉鐮佸彂閫侀绻侊紝璇风◢鍚庡啀璇曪紒
+        /// </summary>
+        public const int VerificationCodeSentFrequently = 10005;
 
         #endregion
     }

--
Gitblit v1.8.0