wxr
2023-04-11 cd70a2a8a2bdebf51259d8f39ed110a34b9be9e5
HDL_ON/DAL/Server/IMessageCommon.cs
@@ -272,6 +272,7 @@
                        {
                            var tip = new Tip()
                            {
                                MaxWidth = Application.GetRealWidth(300),
                                Text = mes,
                                CloseTime = closeTime,
                                Direction = AMPopTipDirection.None
@@ -358,6 +359,10 @@
        /// 密码输入错误超过10次,请30分钟后重试!
        /// </summary>
        public const string AccountLoginLock = "10019";
        /// <summary>
        /// 密码错误
        /// </summary>
        public const string PasswrodError = "100008";