VuePressVuePress
  • Introduction
  • Getting Started
  • Users

    • 身份验证
  • 管理后台

    • 用户管理
    • 角色管理
    • 权限管理
    • 操作日志
  • English
  • 简体中文
  • Introduction
  • Getting Started
  • Users

    • 身份验证
  • 管理后台

    • 用户管理
    • 角色管理
    • 权限管理
    • 操作日志
  • English
  • 简体中文
  • Users

    • 身份验证
  • 后台

    • 用户管理
    • 角色管理
    • 权限管理
    • 操作日志

操作日志

操作日志列表

GET /api/admin/operation-logs

操作日志详情

GET /api/admin/operation-logs/:operation_log

{
    "data": {
        "id": 17,
        "path": "api/admin/permissions/2",
        "method": "PUT",
        "ip": "192.168.56.1",
        "payload": {
            "name": "user2"
        },
        "user_id": 1,
        "created_at": "2024-07-02T07:41:51.000000Z",
        "updated_at": "2024-07-02T07:41:51.000000Z"
    }
}

删除操作日志

DELETE /api/admin/operation-logs/:operation_log

Last Updated:
Contributors: jinfakeji168
Prev
权限管理