mirror of
https://github.com/certd/certd.git
synced 2026-07-02 09:37:32 +08:00
perf: 优化阿里云API网关增加翻页查询
This commit is contained in:
@@ -227,7 +227,11 @@ export class DeployCertToAliyunApig extends AbstractTaskPlugin {
|
||||
domain: item.name,
|
||||
};
|
||||
});
|
||||
return optionsUtils.buildGroupOptions(options, this.certDomains);
|
||||
const records = optionsUtils.buildGroupOptions(options, this.certDomains);
|
||||
return {
|
||||
list: records,
|
||||
total: res?.data?.totalSize || 0,
|
||||
}
|
||||
}
|
||||
|
||||
async onGetRegionList(data: any) {
|
||||
|
||||
Reference in New Issue
Block a user