日志输出
This commit is contained in:
@@ -134,6 +134,7 @@ func (c *Client) doRequest(ctx context.Context, path string, params interface{})
|
|||||||
c.logger.Debug("Gateway 请求成功",
|
c.logger.Debug("Gateway 请求成功",
|
||||||
zap.String("path", path),
|
zap.String("path", path),
|
||||||
zap.Duration("duration", duration),
|
zap.Duration("duration", duration),
|
||||||
|
zap.Any("result", result),
|
||||||
)
|
)
|
||||||
return result, nil
|
return result, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user