diff --git a/config/reference_config.go b/config/reference_config.go index bbf3c66b062ca6b93a974faf07652d13f8630b10..67a4a3d816060475fa49182f7141aba9807849e1 100644 --- a/config/reference_config.go +++ b/config/reference_config.go @@ -94,7 +94,7 @@ func (refconfig *ReferenceConfig) Refer() { refconfig.urls = append(refconfig.urls, &serviceUrl) } else { if serviceUrl.Path == "" { - serviceUrl.Path = "/" + refconfig.InterfaceName + serviceUrl.Path = "/" + refconfig.id } // merge url need to do newUrl := common.MergeUrl(serviceUrl, url)