fix(): 修复forest请求nacosApi接口因为路径参数问题

master
yangpeng 2024-08-09 15:36:40 +08:00
parent 4c41394c4d
commit eee562dbde
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ import com.muyu.common.nacos.remote.resp.ServiceListResp;
baseURL = Constants.HTTP + "#{nacos.addr}/nacos/v1/ns/service", baseURL = Constants.HTTP + "#{nacos.addr}/nacos/v1/ns/service",
interceptor = {NacosNamespaceInterceptor.class} interceptor = {NacosNamespaceInterceptor.class}
) )
public interface NacosServiceRemote { public interface NacosServiceRemote {
@GetRequest(url = "/list") @GetRequest(url = "/list")