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

diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index 0a93830..e8ab57d 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -425,5 +425,30 @@
         public const int totalVolume = 5045;
         public const int volumeAdjustment = 5046;
         public const int qqMsuicTip = 5047;
+
+
+        #region 缃戠粶璇锋眰鍝嶅簲閿欒鎻愮ず淇℃伅
+        /// <summary>
+        /// 璇锋眰鏈嶅姟鍣ㄥけ璐ワ紝璇风◢鍚庡啀璇曪紒
+        /// </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
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0