Skip to content

Commit 46a17fa

Browse files
authored
add (#3633)
1 parent 1df7fca commit 46a17fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tencentcloud/connectivity/client.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,6 @@ func (me *TencentCloudClient) UseWedataClient() *wedata.Client {
16311631
}
16321632

16331633
cpf := me.NewClientProfile(300)
1634-
cpf.Language = "en-US"
16351634
me.wedataConn, _ = wedata.NewClient(me.Credential, me.Region, cpf)
16361635
me.wedataConn.WithHttpTransport(&LogRoundTripper{})
16371636

@@ -1644,7 +1643,6 @@ func (me *TencentCloudClient) UseWedataV20250806Client() *wedatav20250806.Client
16441643
return me.wedatav20250806Conn
16451644
}
16461645
cpf := me.NewClientProfile(300)
1647-
cpf.Language = "en-US"
16481646
me.wedatav20250806Conn, _ = wedatav20250806.NewClient(me.Credential, me.Region, cpf)
16491647
me.wedatav20250806Conn.WithHttpTransport(&LogRoundTripper{})
16501648

@@ -2113,7 +2111,6 @@ func (me *TencentCloudClient) UseBillingV20180709Client() *billing.Client {
21132111
return me.billingv20180709Conn
21142112
}
21152113
cpf := me.NewClientProfile(300)
2116-
cpf.Language = "zh-CN"
21172114
me.billingv20180709Conn, _ = billing.NewClient(me.Credential, me.Region, cpf)
21182115
me.billingv20180709Conn.WithHttpTransport(&LogRoundTripper{})
21192116

@@ -2126,7 +2123,6 @@ func (me *TencentCloudClient) UseIgtmV20231024Client() *igtmv20231024.Client {
21262123
return me.igtmv20231024Conn
21272124
}
21282125
cpf := me.NewClientProfile(300)
2129-
cpf.Language = "zh-CN"
21302126
me.igtmv20231024Conn, _ = igtmv20231024.NewClient(me.Credential, me.Region, cpf)
21312127
me.igtmv20231024Conn.WithHttpTransport(&LogRoundTripper{})
21322128

0 commit comments

Comments
 (0)