mirror of https://github.com/certd/certd
fix: 临时修复阿里云domainlist接口返回域名列表不全的问题,后续还需要增加翻页查询
parent
36a773df0b
commit
849c145926
|
@ -29,6 +29,7 @@ export class AliyunDnsProvider implements IDnsProvider {
|
|||
async getDomainList() {
|
||||
const params = {
|
||||
RegionId: "cn-hangzhou",
|
||||
PageSize: 100,
|
||||
};
|
||||
|
||||
const requestOption = {
|
||||
|
|
Loading…
Reference in New Issue