mirror of
https://github.com/certd/certd.git
synced 2026-05-14 20:17:32 +08:00
fix: 修复cname服务普通用户access访问权限问题
This commit is contained in:
@@ -16,6 +16,7 @@ export type AccessDefine = Registrable & {
|
||||
};
|
||||
export interface IAccessService {
|
||||
getById<T = any>(id: any): Promise<T>;
|
||||
getCommonById<T = any>(id: any): Promise<T>;
|
||||
}
|
||||
|
||||
export interface IAccess {
|
||||
|
||||
Reference in New Issue
Block a user