diff --git a/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/client.go b/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/client.go index 599bbe9b3..92b2d7175 100644 --- a/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/client.go +++ b/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/client.go @@ -229,7 +229,7 @@ func (c *Client) WithSignatureMethod(method string) *Client { return c } -func (c *Client) WithHttpTransport(transport http.RoundTripper) *Client { +func (c *Client) WithHttpTransport (transport http.RoundTripper) *Client { c.httpClient.Transport = transport return c }