Skip to content
Snippets Groups Projects
Commit 600e030f authored by haohongfan's avatar haohongfan
Browse files

feat: update

parent 10f85c08
No related branches found
No related tags found
No related merge requests found
......@@ -88,9 +88,8 @@ func (pi *ProxyInvoker) Invoke(ctx context.Context, invocation protocol.Invocati
result := &protocol.RPCResult{}
result.SetAttachments(invocation.Attachments())
url := pi.GetUrl()
//get providerUrl. The origin url may be is registry URL.
url = getProviderURL(url)
url := getProviderURL(pi.GetUrl())
methodName := invocation.MethodName()
proto := url.Protocol
......
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