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 |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index 3fb82f0..e8ab57d 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -433,11 +433,21 @@
         /// </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