xinadmin
首页XinAdmin
首页XinAdmin
  1. 系统监控接口
  • 后台接口
    • 系统用户接口
      • 系统用户
        • 后台登录
        • 退出登录
        • 获取用户信息
        • 更新用户信息
        • 修改密码
        • 上传头像
        • 登录日志
      • 用户列表
        • 获取系统用户列表
        • 新增系统用户
        • 修改系统用户信息
        • 删除系统用户
        • 重置用户密码
        • 修改用户状态
      • 用户权限
        • 获取权限列表
        • 新增权限
        • 编辑权限
        • 删除权限
        • 获取父级权限
        • 设置显示状态
        • 设置启用状态
      • 用户部门
        • 获取部门列表
        • 新增部门
        • 编辑部门信息
        • 删除部门
      • 用户角色
        • 获取权限列表
        • 新建角色
        • 编辑角色信息
        • 删除角色
        • 设置角色权限
    • 系统设置接口
      • 查询系统设置列表
      • 新增系统设置
      • 修改系统设置
      • 删除系统设置
      • 保存设置
      • 刷新设置缓存
      • 查询设置分组列表
      • 新增设置分组
      • 修改设置分组信息
      • 删除设置分组
    • 系统监控接口
      • 请求监控列表
        GET
      • 授权监控列表
        GET
      • SQL监控列表
        GET
      • 缓存监控列表
        GET
      • Redis监控列表
        GET
    • 文件管理接口
    • 系统字典接口
      • 获取字典列表
      • 新增字典
      • 更新字典
      • 删除字典
      • 获取字典
      • 获取字典项
      • 新增字典项
      • 修改字典项
      • 删除字典项
  • APP接口
    • APP基础接口
      • 获取首页信息
      • APP用户登录
      • APP用户注册
    • APP用户接口
      • 获取用户信息
  1. 系统监控接口

请求监控列表

GET
/system/watcher/request

请求参数

Query 参数

Header 参数

返回响应

🟢200成功
application/json
Body

请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:8000/system/watcher/request?date=&pageSize=&current=' \
--header 'Authorization: Bearer '
响应示例响应示例
{
    "data": {
        "data": [
            {
                "ip_address": "127.0.0.1",
                "uri": "/api/index",
                "method": "GET",
                "controller_action": "App\\Http\\Controllers\\App\\IndexController@index",
                "middleware": [],
                "headers": {
                    "authorization": "********",
                    "user-agent": "Apifox/1.0.0 (https://apifox.com)",
                    "accept": "*/*",
                    "host": "127.0.0.1:8000",
                    "accept-encoding": "gzip, deflate, br",
                    "connection": "keep-alive"
                },
                "payload": [],
                "session": [],
                "response_headers": {
                    "cache-control": "no-cache, private",
                    "date": "Thu, 18 Sep 2025 00:59:42 GMT",
                    "content-type": "application/json",
                    "access-control-allow-origin": "*",
                    "access-control-allow-credentials": "true",
                    "access-control-max-age": "1800",
                    "access-control-allow-methods": "GET, POST, PUT, DELETE, OPTIONS",
                    "access-control-allow-headers": "Content-Type, Authorization, X-Requested-With"
                },
                "response_status": 200,
                "response": {
                    "data": {
                        "web_setting": {
                            "title": "XinAdmin",
                            "logo": "https://file.xinadmin.cn/file/favicons.ico",
                            "subtitle": "Xin Admin 快速开发框架",
                            "describe": "没有描述"
                        }
                    },
                    "success": true,
                    "msg": "ok",
                    "showType": 0
                },
                "duration": 163,
                "memory": 24,
                "host_name": "W10-20250902325",
                "recorded_at": "2025-09-18 00:59:42"
            },
            {
                "ip_address": "127.0.0.1",
                "uri": "/api/register",
                "method": "GET",
                "controller_action": null,
                "middleware": [],
                "headers": {
                    "authorization": "********",
                    "user-agent": "Apifox/1.0.0 (https://apifox.com)",
                    "accept": "*/*",
                    "host": "127.0.0.1:8000",
                    "accept-encoding": "gzip, deflate, br",
                    "connection": "keep-alive",
                    "content-type": "multipart/form-data; boundary=--------------------------412218950225465967146329",
                    "content-length": "631"
                },
                "payload": [],
                "session": [],
                "response_headers": {
                    "cache-control": "no-cache, private",
                    "date": "Thu, 18 Sep 2025 01:04:08 GMT",
                    "content-type": "application/json",
                    "access-control-allow-origin": "*",
                    "access-control-allow-credentials": "true",
                    "access-control-max-age": "1800",
                    "access-control-allow-methods": "GET, POST, PUT, DELETE, OPTIONS",
                    "access-control-allow-headers": "Content-Type, Authorization, X-Requested-With"
                },
                "response_status": 200,
                "response": "Purged By Telescope",
                "duration": 123,
                "memory": 24,
                "host_name": "W10-20250902325",
                "recorded_at": "2025-09-18 01:04:08"
            },
            {
                "ip_address": "127.0.0.1",
                "uri": "/api/register",
                "method": "POST",
                "controller_action": "App\\Http\\Controllers\\App\\IndexController@register",
                "middleware": [],
                "headers": {
                    "authorization": "********",
                    "user-agent": "Apifox/1.0.0 (https://apifox.com)",
                    "accept": "*/*",
                    "host": "127.0.0.1:8000",
                    "accept-encoding": "gzip, deflate, br",
                    "connection": "keep-alive",
                    "content-type": "multipart/form-data; boundary=--------------------------839257152874876904818727",
                    "content-length": "633"
                },
                "payload": {
                    "username": "user",
                    "password": "********",
                    "rePassword": "123456",
                    "email": "k1zu0c_tof@163.com",
                    "mobile": "18594110749"
                },
                "session": [],
                "response_headers": {
                    "cache-control": "no-cache, private",
                    "date": "Thu, 18 Sep 2025 01:04:15 GMT",
                    "content-type": "application/json",
                    "access-control-allow-origin": "*",
                    "access-control-allow-credentials": "true",
                    "access-control-max-age": "1800",
                    "access-control-allow-methods": "GET, POST, PUT, DELETE, OPTIONS",
                    "access-control-allow-headers": "Content-Type, Authorization, X-Requested-With"
                },
                "response_status": 200,
                "response": "Purged By Telescope",
                "duration": 207,
                "memory": 26,
                "host_name": "W10-20250902325",
                "recorded_at": "2025-09-18 01:04:15"
            },
            {
                "ip_address": "127.0.0.1",
                "uri": "/api/register",
                "method": "POST",
                "controller_action": "App\\Http\\Controllers\\App\\IndexController@register",
                "middleware": [],
                "headers": {
                    "authorization": "********",
                    "user-agent": "Apifox/1.0.0 (https://apifox.com)",
                    "accept": "*/*",
                    "host": "127.0.0.1:8000",
                    "accept-encoding": "gzip, deflate, br",
                    "connection": "keep-alive",
                    "content-type": "multipart/form-data; boundary=--------------------------877681331414272500734540",
                    "content-length": "518"
                },
                "payload": {
                    "username": "user",
                    "password": "********",
                    "rePassword": "123456",
                    "email": "fozmy2.od076@qq.com"
                },
                "session": [],
                "response_headers": {
                    "cache-control": "no-cache, private",
                    "date": "Thu, 18 Sep 2025 01:04:42 GMT",
                    "content-type": "application/json",
                    "access-control-allow-origin": "*",
                    "access-control-allow-credentials": "true",
                    "access-control-max-age": "1800",
                    "access-control-allow-methods": "GET, POST, PUT, DELETE, OPTIONS",
                    "access-control-allow-headers": "Content-Type, Authorization, X-Requested-With"
                },
                "response_status": 200,
                "response": {
                    "msg": "The mobile field is required.",
                    "showType": 1,
                    "success": false
                },
                "duration": 184,
                "memory": 26,
                "host_name": "W10-20250902325",
                "recorded_at": "2025-09-18 01:04:42"
            },
            {
                "ip_address": "127.0.0.1",
                "uri": "/api/register",
                "method": "POST",
                "controller_action": "App\\Http\\Controllers\\App\\IndexController@register",
                "middleware": [],
                "headers": {
                    "authorization": "********",
                    "user-agent": "Apifox/1.0.0 (https://apifox.com)",
                    "accept": "*/*",
                    "host": "127.0.0.1:8000",
                    "accept-encoding": "gzip, deflate, br",
                    "connection": "keep-alive",
                    "content-type": "multipart/form-data; boundary=--------------------------370135451405801049894296",
                    "content-length": "515"
                },
                "payload": {
                    "username": "user",
                    "password": "********",
                    "rePassword": "123456",
                    "email": "lm1sds7@yeah.net"
                },
                "session": [],
                "response_headers": {
                    "cache-control": "no-cache, private",
                    "date": "Thu, 18 Sep 2025 01:04:56 GMT",
                    "content-type": "application/json",
                    "access-control-allow-origin": "*",
                    "access-control-allow-credentials": "true",
                    "access-control-max-age": "1800",
                    "access-control-allow-methods": "GET, POST, PUT, DELETE, OPTIONS",
                    "access-control-allow-headers": "Content-Type, Authorization, X-Requested-With"
                },
                "response_status": 200,
                "response": {
                    "msg": "The mobile field is required.",
                    "showType": 1,
                    "success": false
                },
                "duration": 119,
                "memory": 26,
                "host_name": "W10-20250902325",
                "recorded_at": "2025-09-18 01:04:56"
            },
            {
                "ip_address": "127.0.0.1",
                "uri": "/api/register",
                "method": "POST",
                "controller_action": "App\\Http\\Controllers\\App\\IndexController@register",
                "middleware": [],
                "headers": {
                    "authorization": "********",
                    "user-agent": "Apifox/1.0.0 (https://apifox.com)",
                    "accept": "*/*",
                    "host": "127.0.0.1:8000",
                    "accept-encoding": "gzip, deflate, br",
                    "connection": "keep-alive",
                    "content-type": "multipart/form-data; boundary=--------------------------185879281921392685690378",
                    "content-length": "516"
                },
                "payload": {
                    "username": "user",
                    "password": "********",
                    "rePassword": "123456",
                    "email": "tt6kfy86@yeah.net"
                },
                "session": [],
                "response_headers": {
                    "cache-control": "no-cache, private",
                    "date": "Thu, 18 Sep 2025 01:05:11 GMT",
                    "content-type": "application/json",
                    "access-control-allow-origin": "*",
                    "access-control-allow-credentials": "true",
                    "access-control-max-age": "1800",
                    "access-control-allow-methods": "GET, POST, PUT, DELETE, OPTIONS",
                    "access-control-allow-headers": "Content-Type, Authorization, X-Requested-With"
                },
                "response_status": 200,
                "response": {
                    "data": [],
                    "success": true,
                    "msg": "ok",
                    "showType": 0
                },
                "duration": 181,
                "memory": 26,
                "host_name": "W10-20250902325",
                "recorded_at": "2025-09-18 01:05:11"
            },
            {
                "ip_address": "127.0.0.1",
                "uri": "/api/user",
                "method": "GET",
                "controller_action": "App\\Http\\Controllers\\App\\UserController@getUserInfo",
                "middleware": [
                    "auth:sanctum:users"
                ],
                "headers": {
                    "authorization": "********",
                    "user-agent": "Apifox/1.0.0 (https://apifox.com)",
                    "accept": "*/*",
                    "host": "127.0.0.1:8000",
                    "accept-encoding": "gzip, deflate, br",
                    "connection": "keep-alive"
                },
                "payload": [],
                "session": [],
                "response_headers": {
                    "cache-control": "no-cache, private",
                    "date": "Thu, 18 Sep 2025 01:59:13 GMT",
                    "content-type": "application/json",
                    "access-control-allow-origin": "*",
                    "access-control-allow-credentials": "true",
                    "access-control-max-age": "1800",
                    "access-control-allow-methods": "GET, POST, PUT, DELETE, OPTIONS",
                    "access-control-allow-headers": "Content-Type, Authorization, X-Requested-With"
                },
                "response_status": 200,
                "response": "Purged By Telescope",
                "duration": 140,
                "memory": 24,
                "host_name": "W10-20250902325",
                "recorded_at": "2025-09-18 01:59:13"
            },
            {
                "ip_address": "127.0.0.1",
                "uri": "/admin/info",
                "method": "GET",
                "controller_action": "App\\Http\\Controllers\\Admin\\Sys\\SysUserController@info",
                "middleware": [
                    "auth:sanctum"
                ],
                "headers": {
                    "authorization": "********",
                    "user-agent": "Apifox/1.0.0 (https://apifox.com)",
                    "accept": "*/*",
                    "host": "127.0.0.1:8000",
                    "accept-encoding": "gzip, deflate, br",
                    "connection": "keep-alive"
                },
                "payload": [],
                "session": [],
                "response_headers": {
                    "cache-control": "no-cache, private",
                    "date": "Thu, 18 Sep 2025 03:08:16 GMT",
                    "content-type": "application/json",
                    "access-control-allow-origin": "*",
                    "access-control-allow-credentials": "true",
                    "access-control-max-age": "1800",
                    "access-control-allow-methods": "GET, POST, PUT, DELETE, OPTIONS",
                    "access-control-allow-headers": "Content-Type, Authorization, X-Requested-With"
                },
                "response_status": 200,
                "response": "Purged By Telescope",
                "duration": 414,
                "memory": 26,
                "host_name": "W10-20250902325",
                "recorded_at": "2025-09-18 03:08:16",
                "user": {
                    "id": 1,
                    "name": "user",
                    "email": "tt6kfy86@yeah.net",
                    "avatar": null
                }
            },
            {
                "ip_address": "127.0.0.1",
                "uri": "/admin/info",
                "method": "GET",
                "controller_action": "App\\Http\\Controllers\\Admin\\Sys\\SysUserController@info",
                "middleware": [
                    "auth:sanctum",
                    "authGuard"
                ],
                "headers": {
                    "authorization": "********",
                    "user-agent": "Apifox/1.0.0 (https://apifox.com)",
                    "accept": "*/*",
                    "host": "127.0.0.1:8000",
                    "accept-encoding": "gzip, deflate, br",
                    "connection": "keep-alive"
                },
                "payload": [],
                "session": [],
                "response_headers": {
                    "cache-control": "no-cache, private",
                    "date": "Thu, 18 Sep 2025 03:16:58 GMT",
                    "content-type": "application/json",
                    "access-control-allow-origin": "*",
                    "access-control-allow-credentials": "true",
                    "access-control-max-age": "1800",
                    "access-control-allow-methods": "GET, POST, PUT, DELETE, OPTIONS",
                    "access-control-allow-headers": "Content-Type, Authorization, X-Requested-With"
                },
                "response_status": 401,
                "response": "HTML Response",
                "duration": 146,
                "memory": 26,
                "host_name": "W10-20250902325",
                "recorded_at": "2025-09-18 03:16:58",
                "user": {
                    "id": 1,
                    "name": "user",
                    "email": "tt6kfy86@yeah.net",
                    "avatar": null
                }
            },
            {
                "ip_address": "127.0.0.1",
                "uri": "/admin/info",
                "method": "GET",
                "controller_action": "App\\Http\\Controllers\\Admin\\Sys\\SysUserController@info",
                "middleware": [
                    "auth:sanctum",
                    "authGuard"
                ],
                "headers": {
                    "authorization": "********",
                    "user-agent": "Apifox/1.0.0 (https://apifox.com)",
                    "accept": "*/*",
                    "host": "127.0.0.1:8000",
                    "accept-encoding": "gzip, deflate, br",
                    "connection": "keep-alive"
                },
                "payload": [],
                "session": [],
                "response_headers": {
                    "cache-control": "no-cache, private",
                    "date": "Thu, 18 Sep 2025 03:18:09 GMT",
                    "content-type": "application/json",
                    "access-control-allow-origin": "*",
                    "access-control-allow-credentials": "true",
                    "access-control-max-age": "1800",
                    "access-control-allow-methods": "GET, POST, PUT, DELETE, OPTIONS",
                    "access-control-allow-headers": "Content-Type, Authorization, X-Requested-With"
                },
                "response_status": 401,
                "response": {
                    "msg": "Please log in first",
                    "success": false
                },
                "duration": 123,
                "memory": 26,
                "host_name": "W10-20250902325",
                "recorded_at": "2025-09-18 03:18:09",
                "user": {
                    "id": 1,
                    "name": "user",
                    "email": "tt6kfy86@yeah.net",
                    "avatar": null
                }
            }
        ],
        "total": 54,
        "pageSize": 10,
        "current": 1
    },
    "success": true,
    "msg": "ok",
    "showType": 0
}
修改于 2025-09-13 08:22:15
上一页
删除设置分组
下一页
授权监控列表
Built with