Files
archery-event-docs/09-后台API说明/字典与配置接口字段清单.md

21 lines
627 B
Markdown
Raw Permalink Normal View History

2026-04-07 16:15:59 +08:00
# 字典与配置接口字段清单
## 1. 获取基础字典
- 接口路径:`GET /api/common/dictionaries`
- 功能说明:获取组别、弓种、状态等前端通用枚举配置。
### 查询参数
| 字段 | 类型 | 必填 | 说明 |
| --- | --- | --- | --- |
| dictType | string | 否 | 指定字典类型 |
### 返回字段
| 字段 | 类型 | 说明 |
| --- | --- | --- |
| dictType | string | 字典类型 |
| items | array | 字典项列表 |
## 2. 获取平台配置
- 接口路径:`GET /api/common/configs`
- 功能说明:获取前端启动所需平台配置,如客服电话、隐私协议链接等。