mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-14 20:55:41 +08:00
系统维护接口对接
This commit is contained in:
@@ -69,9 +69,9 @@ export function apiSystemLogLists(params: any) {
|
||||
return request.get('/system/log/operate', { params })
|
||||
}
|
||||
|
||||
// 清除系统缓存
|
||||
export function apiSystemCacheClear() {
|
||||
return request.post('/setting.system.cache/clear')
|
||||
// 系统缓存
|
||||
export function apiSystemCache(params: any) {
|
||||
return request.get('/monitor/cache', { params })
|
||||
}
|
||||
|
||||
// 编辑管理员信息
|
||||
|
||||
Reference in New Issue
Block a user