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:
2025-11-19 12:47:25 +08:00
parent 39d14ec093
commit d66323487b
67 changed files with 3020 additions and 3992 deletions

View File

@@ -56,7 +56,7 @@ func handleError(c *fiber.Ctx, err error, logger *zap.Logger) error {
// 应用自定义错误
code = e.Code
message = e.Message
httpStatus = e.HTTPStatus
httpStatus = GetHTTPStatus(e.Code)
// 记录错误日志(包含完整上下文)
logFields := append(errCtx.ToLogFields(),