Vue3 重构:REVIEW API 日志

This commit is contained in:
YunaiV
2023-03-23 23:37:15 +08:00
parent 3575e6adbb
commit 12b60da942
3 changed files with 18 additions and 18 deletions

View File

@ -18,6 +18,7 @@ export interface ApiAccessLogVO {
resultMsg: string
createTime: Date
}
// 查询列表API 访问日志
export const getApiAccessLogPage = (params: PageParam) => {
return request.get({ url: '/infra/api-access-log/page', params })