mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
perf: 商业版支持限制泛域名数量
This commit is contained in:
@@ -21,10 +21,12 @@ export class MyCountService implements IUsedCountService {
|
||||
}
|
||||
const pipelineCountUsed = await this.pipelineService.getUserPipelineCount(userId);
|
||||
const domainCountUsed = await this.certInfoService.getUserDomainCount(userId);
|
||||
const wildcardDomainCountUsed = await this.certInfoService.getUserWildcardDomainCount(userId);
|
||||
const monitorCountUsed = await this.siteInfoService.getUserMonitorCount(userId);
|
||||
return {
|
||||
pipelineCountUsed,
|
||||
domainCountUsed,
|
||||
wildcardDomainCountUsed,
|
||||
monitorCountUsed,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user