mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
fix: cname provider授权修改为sys级别
This commit is contained in:
@@ -18,6 +18,7 @@ export type PluginRequestHandleReq<T = any> = {
|
||||
input: T;
|
||||
data: any;
|
||||
record: { id: number; type: string; title: string };
|
||||
fromType?: "sys" | "user"; // sys、user
|
||||
};
|
||||
|
||||
export type UserInfo = {
|
||||
|
||||
Reference in New Issue
Block a user