mirror of
https://github.com/certd/certd.git
synced 2026-07-17 03:17:34 +08:00
chore: 继续完善审计日志
This commit is contained in:
@@ -21,7 +21,7 @@ export class DomainController extends CrudController<DomainService> {
|
||||
}
|
||||
|
||||
getAuditType(): string {
|
||||
return AuditType.domain;
|
||||
return AuditType.domain.value;
|
||||
}
|
||||
|
||||
@Post("/page", { description: Constants.per.authOnly, summary: "查询域名分页列表" })
|
||||
|
||||
Reference in New Issue
Block a user