refactor: align framework cleanup with new bootstrap flow
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
@@ -43,10 +43,6 @@ const (
|
||||
CodeServiceUnavailable = 2004 // 服务不可用
|
||||
CodeTimeout = 2005 // 请求超时
|
||||
CodeTaskQueueError = 2006 // 任务队列错误
|
||||
|
||||
// 向后兼容的别名(供现有代码使用)
|
||||
CodeBadRequest = CodeInvalidParam // 别名:参数验证失败
|
||||
CodeAuthServiceUnavailable = CodeServiceUnavailable // 别名:认证服务不可用
|
||||
)
|
||||
|
||||
// errorMessages 错误消息映射表(中文)
|
||||
|
||||
Reference in New Issue
Block a user