From dd408fcdca18b1f65be6ac76dff3e707fef5a1fb Mon Sep 17 00:00:00 2001 From: huang Date: Wed, 15 Apr 2026 11:17:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/gateway/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/gateway/client.go b/internal/gateway/client.go index 4b834c7..ae243f2 100644 --- a/internal/gateway/client.go +++ b/internal/gateway/client.go @@ -134,6 +134,7 @@ func (c *Client) doRequest(ctx context.Context, path string, params interface{}) c.logger.Debug("Gateway 请求成功", zap.String("path", path), zap.Duration("duration", duration), + zap.Any("result", result), ) return result, nil }