← 返回首页
🌓 主题
🎭 API Mock服务
快速生成模拟API响应数据
创建Mock接口
GET
POST
PUT
DELETE
PATCH
响应体
响应头
模板:
用户数据
列表数据
分页数据
错误响应
成功响应
{ "id": 1, "name": "张三", "email": "zhangsan@example.com", "avatar": "https://api.dicebear.com/7.x/avataaars/svg?seed=1", "createdAt": "2024-01-01T00:00:00Z" }
Content-Type: application/json X-Request-Id: {{uuid}} X-Response-Time: {{random:10-100}}ms
支持变量: {{uuid}}, {{timestamp}}, {{random:min-max}}, {{date}}
➕ 添加Mock
格式化JSON
Mock接口列表
暂无Mock接口,请添加
导出配置
导出JSON
导出Postman集合
导入配置
操作成功