Skip to content

Commit

Permalink
remove GetEncodePath for pathname && rebuild all language
Browse files Browse the repository at this point in the history
  • Loading branch information
yndu13 committed Sep 7, 2021
1 parent 374e99d commit 9b02674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ func (client *Client) DoRequest(params *Params, request *OpenApiRequest, runtime
request_ := tea.NewRequest()
request_.Protocol = util.DefaultString(client.Protocol, params.Protocol)
request_.Method = params.Method
request_.Pathname = openapiutil.GetEncodePath(params.Pathname)
request_.Pathname = params.Pathname
request_.Query = request.Query
// endpoint is setted in product client
request_.Headers = tea.Merge(map[string]*string{
Expand Down

0 comments on commit 9b02674

Please sign in to comment.