|
@@ -87,7 +87,7 @@ public class AdapterServiceImpl implements IAdapterService {
|
|
if (StrUtil.isNotBlank(pageSize)){
|
|
if (StrUtil.isNotBlank(pageSize)){
|
|
sb.append(pageSize);
|
|
sb.append(pageSize);
|
|
}else {
|
|
}else {
|
|
- sb.append(100000);
|
|
|
|
|
|
+ sb.append(90000);
|
|
}
|
|
}
|
|
sb.append("&isDesc=");
|
|
sb.append("&isDesc=");
|
|
if (isDesc == null) isDesc = false;
|
|
if (isDesc == null) isDesc = false;
|
|
@@ -140,7 +140,7 @@ public class AdapterServiceImpl implements IAdapterService {
|
|
.append("&sampleType=").append(sampleType).append("&paths=").append(paths);
|
|
.append("&sampleType=").append(sampleType).append("&paths=").append(paths);
|
|
sb.append("&sampleRate=").append(jg);
|
|
sb.append("&sampleRate=").append(jg);
|
|
sb.append("&pageIndex=1");
|
|
sb.append("&pageIndex=1");
|
|
- sb.append("&pageSize=100000");
|
|
|
|
|
|
+ sb.append("&pageSize=90000");
|
|
sb.append("&isDesc=false");
|
|
sb.append("&isDesc=false");
|
|
|
|
|
|
Mono<String> mono2 = myWebClient.webClient.get().uri(sb.toString())
|
|
Mono<String> mono2 = myWebClient.webClient.get().uri(sb.toString())
|