From 4ecfb790dbe0f725046c4713bff6cf23a472108d Mon Sep 17 00:00:00 2001 From: zpc Date: Wed, 15 Oct 2025 00:00:47 +0800 Subject: [PATCH] 2 --- CoreCms.Net.Configuration/GlobalErrorCodeVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreCms.Net.Configuration/GlobalErrorCodeVars.cs b/CoreCms.Net.Configuration/GlobalErrorCodeVars.cs index 2f8aa91..7dddfb0 100644 --- a/CoreCms.Net.Configuration/GlobalErrorCodeVars.cs +++ b/CoreCms.Net.Configuration/GlobalErrorCodeVars.cs @@ -126,7 +126,7 @@ namespace CoreCms.Net.Configuration public const string Code11004 = "没有找到此用户"; public const string Code11005 = "此用户没有绑定手机号码,所以发送短信失败"; public const string Code11006 = "此用户以停用,请联系总管理员"; - public const string Code11007 = "结缘不足"; + public const string Code11007 = "已经超量"; public const string Code11008 = "请输入用户名,长度6-20位"; public const string Code11009 = "请输入密码,长度为6-16位"; public const string Code11010 = "没有找到此管理员";