diff --git a/config/service_config.go b/config/service_config.go index d8b155102c6d6184b3044f93cca1a81ef1921366..50bf5e12c3247340f177a84c72446383ec5c3450 100644 --- a/config/service_config.go +++ b/config/service_config.go @@ -196,7 +196,6 @@ func (c *ServiceConfig) getUrlMap() url.Values { urlMap.Set(constant.GROUP_KEY, c.Group) urlMap.Set(constant.VERSION_KEY, c.Version) urlMap.Set(constant.ROLE_KEY, strconv.Itoa(common.PROVIDER)) - urlMap.Set(constant.CATEGORY_KEY, (common.RoleType(common.PROVIDER)).String()) urlMap.Set(constant.RELEASE_KEY, "dubbo-golang-"+constant.Version) urlMap.Set(constant.SIDE_KEY, (common.RoleType(common.PROVIDER)).Role())