HDL_ON/DAL/Server/IMessageCommon.cs
@@ -62,14 +62,20 @@
            #region 基础服务 新错误码
            //系统维护中~请稍后再试~
            stateCodeDic["2"] = HDL_ON.StringId.SystemMaintenance;
            //签名错误
            stateCodeDic["4"] = HDL_ON.StringId.SignatureError;
            //验证码校验失败
            stateCodeDic["14"] = HDL_ON.StringId.VerificationCodeWrong;
            ////会话超时,请更新token
            //stateCodeDic["10001"] = HDL_ON.StringId.uOperationFailed;
            //验证码发送频繁,请稍后再试!
            stateCodeDic["15"] = HDL_ON.StringId.VerificationCodeSentFrequently;
            //会话超时,请更新token
            stateCodeDic["10001"] = HDL_ON.StringId.NotLogin;
            ////登录失败,账号或者密码错误
            stateCodeDic["10008"] = HDL_ON.StringId.LoginFailed_AccountOrPasswordError;
            //账号不存在
            stateCodeDic[StateCode.ACCOUNT_NOT_EXIST] = HDL_ON.StringId.AccountNotExist;
            //账号已存在
            stateCodeDic["10012"] = HDL_ON.StringId.AccountExist;
            //#endregion
            ////return;