fix: 临时修复阿里云domainlist接口返回域名列表不全的问题,后续还需要增加翻页查询

pull/68/head
xiaojunnuo 2024-01-03 14:11:21 +08:00
parent 36a773df0b
commit 849c145926
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ export class AliyunDnsProvider implements IDnsProvider {
async getDomainList() {
const params = {
RegionId: "cn-hangzhou",
PageSize: 100,
};
const requestOption = {