mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 20:29:39 +08:00
管理员日志详情组件优化
This commit is contained in:
@@ -19,3 +19,7 @@ export function adminLogList(
|
||||
end_time: end_time,
|
||||
});
|
||||
}
|
||||
|
||||
export function adminLogDetail(id: number) {
|
||||
return client.get(`/backend/v1/admin/log/detail/${id}`, {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user