简要描述:
- 获取检区列表
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 1.0.0 | 朱小乾 | 2022-05-05 |
请求URL:
- /api/ExamAreaSetting/GetAreaInfor
请求方式:
- GET
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| Content-Type | 是 | string | 请求类型: application/json |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
返回示例:
正确时返回:
{"code": 1,"message": "","data": [{"id": 1,"name": "普通检区1","themeColor": "RED","isDelete": false,"updateTime": "2022-04-19T16:07:12","tagName": ["普通","VIP"],"tagId": ["1","2"]}]}
错误时返回:
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| id | int | 主键Id |
| name | string | 检区名称 |
| themeColor | string | 颜色 |
| tagName | Array | 标签名称 |
| tagId | Array | 标签Id |
备注:
-
文档更新时间: 2022-08-03 19:50