fix():修复forest请求naocsApi接口因为路径参数的问题
parent
857fa85ddd
commit
53f30a9c3b
|
@ -26,5 +26,5 @@ public interface NacosServiceRemote {
|
|||
@GetRequest(
|
||||
url = "/list"
|
||||
)
|
||||
public ServiceListResp serviceList(@Query ServiceListReq serviceListReq);
|
||||
public ServiceListResp serviceList(@Body ServiceListReq serviceListReq);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue