简要描述:
- 保存排队场景
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 3.5.2 | 朱小乾 | 2023-02-06 | - |
请求URL:
- /api/mobileGuide/examQueueScene/GetList
请求方式:
- Get
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| Content-Type | 是 | string | 请求类型: application/json |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| id | 否 | int | 主键Id |
| name | 是 | string | 名称 |
| startTime | 否 | datetime | 开始时间 |
| repeatType | 是 | int | 重复类型 |
返回示例:
正确时返回:
{"code": 1,"message": "操作成功","data": [{"id": 1,"createTime": "2023-02-07T11:54:35","updateTime": "2023-02-07T11:54:37","name": "1","description": "1","startTime": "2023-02-07T11:54:40","repeatType": 1,"repeatDays": null,"endTime": null,"isAutoStart": false,"examQueueSceneRelations": [{"id": 3,"examQueueSceneId": 1,"queueId": 1105,"adaptSex": 0,"firstWeight": 0,"minNum": 0,"maxNum": 0,"alternatesNum": 0,"exameeTags": null,"isVacancyQueue": false,"vacancyIntervalNum": 0,"isParallelPriorityGuide": false,"parallelPriorityGuideNum": 0,"status": 0}]}]}
错误时返回:
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
备注:
-
文档更新时间: 2023-02-07 12:02