API调试

测试和调试API接口

选择API

请求配置

响应状态

200 OK 响应时间: 125ms

Response Headers

Content-Type: application/json; charset=utf-8
Content-Length: 256
Server: nginx/1.18.0
Date: Thu, 28 Mar 2026 17:38:00 GMT

Response Body

{
  "code": 200,
  "message": "success",
  "data": {
    "id": 1,
    "username": "admin",
    "email": "admin@example.com",
    "phone": "13800138000",
    "status": 1,
    "createdAt": "2024-01-01T10:00:00Z",
    "updatedAt": "2024-03-20T15:30:00Z"
  }
}