You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
AddressServerMemberLookup.syncFromAddressUrl方法需要后端服务返回json格式数据,而nacos endpoint返回的是简单字符串。这样导致同类功能接口需要重复建设
Describe the solution you'd like
修改genericType定义为GenericType<String>
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
AddressServerMemberLookup.syncFromAddressUrl方法需要后端服务返回json格式数据,而nacos endpoint返回的是简单字符串。这样导致同类功能接口需要重复建设
Describe the solution you'd like
修改genericType定义为GenericType<String>
The text was updated successfully, but these errors were encountered: