项目初始化
This commit is contained in:
20
09-后台API说明/字典与配置接口字段清单.md
Normal file
20
09-后台API说明/字典与配置接口字段清单.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 字典与配置接口字段清单
|
||||
|
||||
## 1. 获取基础字典
|
||||
- 接口路径:`GET /api/common/dictionaries`
|
||||
- 功能说明:获取组别、弓种、状态等前端通用枚举配置。
|
||||
|
||||
### 查询参数
|
||||
| 字段 | 类型 | 必填 | 说明 |
|
||||
| --- | --- | --- | --- |
|
||||
| dictType | string | 否 | 指定字典类型 |
|
||||
|
||||
### 返回字段
|
||||
| 字段 | 类型 | 说明 |
|
||||
| --- | --- | --- |
|
||||
| dictType | string | 字典类型 |
|
||||
| items | array | 字典项列表 |
|
||||
|
||||
## 2. 获取平台配置
|
||||
- 接口路径:`GET /api/common/configs`
|
||||
- 功能说明:获取前端启动所需平台配置,如客服电话、隐私协议链接等。
|
||||
Reference in New Issue
Block a user