mirror of
https://github.com/certd/certd.git
synced 2026-07-15 18:27:33 +08:00
chore: 继续完善审计日志
This commit is contained in:
@@ -23,7 +23,7 @@ export class NotificationController extends CrudController<NotificationService>
|
||||
}
|
||||
|
||||
getAuditType(): string {
|
||||
return AuditType.notification;
|
||||
return AuditType.notification.value;
|
||||
}
|
||||
|
||||
@Post("/page", { description: Constants.per.authOnly, summary: "查询通知配置分页列表" })
|
||||
|
||||
Reference in New Issue
Block a user