mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git
synced 2026-01-15 03:45:06 +08:00
fix(constants):修复业务错误默认消息拼写错误
- 将 'defaul' 更正为 'default' - 修复 CommonErrorCode.php 中的拼写错误 - 确保错误消息显示正确 Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
@@ -323,7 +323,7 @@ class CommonErrorCode extends AbstractConstants
|
|||||||
|
|
||||||
// 500 业务错误
|
// 500 业务错误
|
||||||
|
|
||||||
#[Message('common_error.business.defaul')]
|
#[Message('common_error.business.default')]
|
||||||
public const BUSINESS_ERROR = 500001;
|
public const BUSINESS_ERROR = 500001;
|
||||||
// 501 版本问题
|
// 501 版本问题
|
||||||
#[Message('common_error.business.old_version')]
|
#[Message('common_error.business.old_version')]
|
||||||
|
|||||||
Reference in New Issue
Block a user