MCPcopy Create free account
hub / github.com/baiwumm/react-admin / getOperationLogList

Function getOperationLogList

Xmw_web/src/services/system/operation-log.ts:13–14  ·  view source on GitHub ↗
(options?: SearchTimes)

Source from the content-addressed store, hash-verified

11 * @Author: 白雾茫茫丶
12 */
13export const getOperationLogList = (options?: SearchTimes) =>
14 httpRequest.get<PageResponse<API.OPERATIONLOG>>(`${baseURL}`, options);
15
16/**
17 * @description: 删除日志列表

Callers 1

OperationLogFunction · 0.90

Calls 1

getMethod · 0.80

Tested by

no test coverage detected