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

master
zhang chengzhi 2024-08-06 20:35:42 +08:00
parent d994027eec
commit c31e3bbccc
1 changed files with 1 additions and 1 deletions

View File

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