feat():修复forest请求nacosApi接口应为路径参数问题
parent
d994027eec
commit
c31e3bbccc
|
@ -22,7 +22,7 @@ public interface NacosServiceRemote {
|
|||
@GetRequest(
|
||||
url = "/list"
|
||||
)
|
||||
public ServiceListResp serviceList(@Body ServiceListReq serviceListReq);
|
||||
public ServiceListResp serviceList(@Query ServiceListReq serviceListReq);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue