From 45824755c6c35bab820e5a542daed10eb1e16e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Fri, 26 Sep 2025 16:17:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(constants):=E4=BF=AE=E5=A4=8D=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E9=94=99=E8=AF=AF=E9=BB=98=E8=AE=A4=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 'defaul' 更正为 'default' - 修复 CommonErrorCode.php 中的拼写错误 - 确保错误消息显示正确 Signed-off-by: 李东云 --- src/Constants/CommonErrorCode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constants/CommonErrorCode.php b/src/Constants/CommonErrorCode.php index 0761d4a..beb04cd 100644 --- a/src/Constants/CommonErrorCode.php +++ b/src/Constants/CommonErrorCode.php @@ -323,7 +323,7 @@ class CommonErrorCode extends AbstractConstants // 500 业务错误 - #[Message('common_error.business.defaul')] + #[Message('common_error.business.default')] public const BUSINESS_ERROR = 500001; // 501 版本问题 #[Message('common_error.business.old_version')]