From 9a802c04e57ee40135f16a7b53f915bef72d3b8c Mon Sep 17 00:00:00 2001 From: Break Date: Fri, 5 Jun 2026 17:22:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E8=AE=A1=E6=97=A5=E5=BF=97=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/service/asset_audit/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/service/asset_audit/builder.go b/internal/service/asset_audit/builder.go index 9081f70..ae5073b 100644 --- a/internal/service/asset_audit/builder.go +++ b/internal/service/asset_audit/builder.go @@ -151,7 +151,7 @@ func BuildErrorInfo(err error) (string, string) { } if stderrors.As(err, &appErr) && appErr != nil { - return strconv.Itoa(appErr.Code), appErr.Message + return strconv.Itoa(appErr.Code), appErr.Error() } return "", err.Error()