mirror of
https://github.com/certd/certd.git
synced 2026-07-14 09:27:32 +08:00
chore: 继续完善审计日志
This commit is contained in:
@@ -20,7 +20,7 @@ export class OpenKeyController extends CrudController<OpenKeyService> {
|
||||
}
|
||||
|
||||
getAuditType(): string {
|
||||
return AuditType.openKey;
|
||||
return AuditType.openKey.value;
|
||||
}
|
||||
|
||||
@Post("/page", { description: Constants.per.authOnly, summary: "查询开放API密钥分页列表" })
|
||||
|
||||
Reference in New Issue
Block a user