Add Log
This commit is contained in:
4
src/services/system.tsx
Normal file
4
src/services/system.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import request from '@/services/index'
|
||||
import { URL_API_SYS_LOG } from '@/constants/urls.constants'
|
||||
|
||||
export const r_getSysLog = () => request.get<SysLogGetVo[]>(URL_API_SYS_LOG)
|
||||
Reference in New Issue
Block a user