简要描述:
- 保存排队场景
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 3.5.2 | 朱小乾 | 2023-02-06 | - |
请求URL:
- /api/mobileGuide/examQueueScene/Save
请求方式:
- POST
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| Content-Type | 是 | string | 请求类型: application/json |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| id | 否 | int | 主键Id |
| name | 是 | string | 名称 |
| startTime | 否 | datetime | 开始时间 |
| repeatType | 是 | int | 重复类型 |
| repeatDays | 是 | string | 重复天数 |
| endTime | 是 | datetime | 结束时间 |
| isAutoStart | 是 | bool | 是否启动 |
| examQueueSceneRelations | 是 | Array(object) | 队列信息 |
| id | 是 | int | 主键Id |
| examQueueSceneId | 是 | int | 场景Id |
| queueId | 是 | int | 队列Id |
| adaptSex | 是 | int | 性别 |
| firstWeight | 是 | int | 权重 |
| minNum | 是 | int | 下限 |
| maxNum | 是 | int | 下限 |
返回示例:
正确时返回:
{"id": 0,"name": "string","description": "string","startTime": "2023-02-06T03:58:29.600Z","repeatType": 0,"repeatDays": "string","endTime": "2023-02-06T03:58:29.600Z","isAutoStart": true,"examQueueSceneRelations": [{"id": 0,"examQueueSceneId": 0,"queueId": 0,"adaptSex": 0,"firstWeight": 0,"minNum": 0,"maxNum": 0,"alternatesNum": 0,"exameeTags": "string","isVacancyQueue": true,"vacancyIntervalNum": 0,"isParallelPriorityGuide": true,"parallelPriorityGuideNum": 0,"status": 0}]}
错误时返回:
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
备注:
-
文档更新时间: 2023-02-06 14:43