mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
fix: 临时修复阿里云domainlist接口返回域名列表不全的问题,后续还需要增加翻页查询
This commit is contained in:
@@ -29,6 +29,7 @@ export class AliyunDnsProvider implements IDnsProvider {
|
|||||||
async getDomainList() {
|
async getDomainList() {
|
||||||
const params = {
|
const params = {
|
||||||
RegionId: "cn-hangzhou",
|
RegionId: "cn-hangzhou",
|
||||||
|
PageSize: 100,
|
||||||
};
|
};
|
||||||
|
|
||||||
const requestOption = {
|
const requestOption = {
|
||||||
|
|||||||
Reference in New Issue
Block a user