mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-27 00:00:59 +00:00
feat: split website log APIs (#12761)
This commit is contained in:
committed by
zhengkunwang223
parent
d0faee4eeb
commit
956bf0992a
@@ -130,8 +130,13 @@ export namespace Website {
|
||||
id: number;
|
||||
operate: string;
|
||||
logType: string;
|
||||
}
|
||||
|
||||
export interface WebSiteLogReq {
|
||||
id: number;
|
||||
page?: number;
|
||||
pageSize?: number;
|
||||
logType: string;
|
||||
}
|
||||
|
||||
export interface OptionReq {
|
||||
|
||||
Reference in New Issue
Block a user