From a9690a49db8dd10c676a6409ff2658a6254f0d9f Mon Sep 17 00:00:00 2001 From: huang Date: Wed, 22 Apr 2026 15:06:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/gateway/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gateway/client.go b/internal/gateway/client.go index 696f72a..5913a5b 100644 --- a/internal/gateway/client.go +++ b/internal/gateway/client.go @@ -227,7 +227,7 @@ func doRequestWithResponse[T any](c *Client, ctx context.Context, path string, p return nil, err } - c.logger.Debug("Gateway 原始响应数据", zap.ByteString("data", data)) + c.logger.Info("Gateway 原始响应数据", zap.ByteString("data", data)) var result T if err := sonic.Unmarshal(data, &result); err != nil {