API Testing Playground · v1.0.0
API
用于练习接口测试:认证鉴权、CRUD、分页/过滤/排序、状态码断言、文件上传、超时重试、幂等、管理员权限、订单状态流转。
JWT
统一响应
SQLite
幂等
Flaky/Unstable
快速入口
/docs
/redoc
/health
默认账号
admin / Admin123456
tester / Test123456
A. 基础
GET
/health
B. 认证
POST
/auth/register
POST
/auth/login
GET
/auth/profile
C. 用户
GET
/users?page=1&page_size=5
POST
/users
GET
/users/{id}
D/E. 商品 + 订单
GET
/items
POST
/items
POST
/orders
F/G. 上传 + 回显
POST
/upload/single
POST
/echo/json
H/I/J/K. 其它训练模块
GET
/status/422
GET
/delay/{seconds}
POST
/idempotent/orders
GET
/admin/stats
接口示例
请求示例
返回示例