wxr
2020-11-20 387383a243879bf8c63a4611e2ed2c5a519e218d
HDL_ON/DAL/Server/IMessageCommon.cs
@@ -60,13 +60,12 @@
            stateCodeDic["DATA_EXCEPTION"] = HDL_ON.StringId.DataExceptionPleaseTryAgain;
            #region 基础服务 新错误码
            ////服务器正在升级
            //stateCodeDic["2"] = HDL_ON.StringId.FailureToServer;
            ////验证码校验失败
            //stateCodeDic["14"] = HDL_ON.StringId.ValidatorCode_ValidCodeAndPhoneNoEqual;
            //系统维护中~请稍后再试~
            stateCodeDic["2"] = HDL_ON.StringId.SystemMaintenance;
            //验证码校验失败
            stateCodeDic["14"] = HDL_ON.StringId.VerificationCodeWrong;
            ////会话超时,请更新token
            //stateCodeDic["10001"] = HDL_ON.StringId.uOperationFailed;
            ////登录失败,账号或者密码错误
            stateCodeDic["10008"] = HDL_ON.StringId.LoginFailed_AccountOrPasswordError;
            //账号不存在