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

master
WeiRan 2024-08-09 13:35:52 +08:00
parent 857fa85ddd
commit 53f30a9c3b
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ public interface NacosServiceRemote {
@GetRequest( @GetRequest(
url = "/list" url = "/list"
) )
public ServiceListResp serviceList(@Query ServiceListReq serviceListReq); public ServiceListResp serviceList(@Body ServiceListReq serviceListReq);
} }