修改错误

master
Cui YongXing 2024-08-05 19:23:50 +08:00
parent 8fc10a81e7
commit dbd0c45dfa
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class NacosServerService {
public List<String> nacosServerAllList() { public List<String> nacosServerAllList() {
List<String> serverList = new ArrayList<>(); List<String> serverList = new ArrayList<>();
ServiceListResp serviceListResp = null; ServiceListResp serviceListResp = null;
int pageNum =1,pageSize=2; int pageNum =1,pageSize=10;
do { do {
serviceListResp = nacosServiceRemote.serviceList( serviceListResp = nacosServiceRemote.serviceList(
ServiceListReq.builder() ServiceListReq.builder()