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 }