Skip to content
Snippets Groups Projects
Commit e95e93e2 authored by vito.he's avatar vito.he
Browse files

http client bug fix

parent ffca25a0
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ func (c *HTTPClient) Call(ctx context.Context, service *registry.ServiceURL, req
return jerrors.Trace(err)
}
rspBody, err := c.Do(service.Location, service.Path, httpHeader, reqBody)
rspBody, err := c.Do(service.Location, service.Query.Get("interface"), httpHeader, reqBody)
if err != nil {
return jerrors.Trace(err)
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment