学会像阅读菜单一样阅读 API 文档
本 API 提供用户的增删改查功能,支持分页查询和高级过滤。
https://api.example.com/v1{{ selectedEndpoint.description }}
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
{{ param.name }} |
{{ param.type }} | {{ param.required ? '✅ 是' : '❌ 否' }} | {{ param.description }} |
{{ getCodeExample() }}
{{ JSON.stringify(selectedEndpoint.response, null, 2) }}
{{ model.description }}
| 字段 | 类型 | 说明 |
|---|---|---|
{{ field.name }} |
{{ field.type }} | {{ field.description }} |