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/DAL/Server/IMessageCommon.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/DAL/Server/IMessageCommon.cs b/HDL_ON/DAL/Server/IMessageCommon.cs
index 9239d02..ccea3d4 100644
--- a/HDL_ON/DAL/Server/IMessageCommon.cs
+++ b/HDL_ON/DAL/Server/IMessageCommon.cs
@@ -64,12 +64,14 @@
             stateCodeDic["2"] = HDL_ON.StringId.SystemMaintenance;
             //楠岃瘉鐮佹牎楠屽け璐�
             stateCodeDic["14"] = HDL_ON.StringId.VerificationCodeWrong;
-            ////浼氳瘽瓒呮椂锛岃鏇存柊token
-            //stateCodeDic["10001"] = HDL_ON.StringId.uOperationFailed;
+            //楠岃瘉鐮佸彂閫侀绻侊紝璇风◢鍚庡啀璇曪紒
+            stateCodeDic["15"] = HDL_ON.StringId.VerificationCodeSentFrequently;
             ////鐧诲綍澶辫触锛岃处鍙锋垨鑰呭瘑鐮侀敊璇�
             stateCodeDic["10008"] = HDL_ON.StringId.LoginFailed_AccountOrPasswordError;
             //璐﹀彿涓嶅瓨鍦�
             stateCodeDic[StateCode.ACCOUNT_NOT_EXIST] = HDL_ON.StringId.AccountNotExist;
+            //璐﹀彿宸插瓨鍦�
+            stateCodeDic["10012"] = HDL_ON.StringId.AccountExist;
             //#endregion
 
             ////return;

--
Gitblit v1.8.0