feat: 消息中心-站内信管理
This commit is contained in:
@@ -20,11 +20,6 @@ export type OperateLogVO = {
|
||||
createTime: Date;
|
||||
};
|
||||
|
||||
// 查询操作日志列表
|
||||
// export const getOperateLogPage = (params: PageParam) => {
|
||||
// return request.get({ url: '/system/operate-log/page', params })
|
||||
// }
|
||||
|
||||
export async function getOperateLogPage(params: PageParam) {
|
||||
return request("/system/operate-log/page", {
|
||||
method: "GET",
|
||||
|
||||
Reference in New Issue
Block a user