简要描述:
- 新增队列
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
3.8.6 | 朱小乾 | 2023-08-22 | - |
请求URL:
- /api/ExamQueueSetting/InsertQueue
请求方式:
- POST
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
systemCode | 否 | string | 系统代码 |
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": null
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
priorityGuide | int | 优先指引类型:0:默认 1:前N位置 2: 到达预留时间 3:不指引 |
parallelPriorityGuideNum | int | 前N位置 |
startIndependentNo | int | 起始独立号 |
independentNoStep | int | 步长 |
isCallerStopWight | bool | 是否开启队列叫号停止权重 |
callerStopWight | int | 叫号停止权重 |
isFullWight | bool | 是否开启队列满员权重 |
fullWight | int | 满员权重 |
isMaxWight | bool | 是否开启队列上限权重 |
maxWight | int | 满员权重 |
isDependencyFront | bool | 是否开启队列前置依赖 |
dependencyFront | int | 前置依赖 |
examQueuesBookings | object | 预约 |
examQueuesBookings-start | datetime | 起始时间 |
examQueuesBookings-end | datetime | 结束时间 |
examQueuesBookings-num | int | 号源数 |
examQueuesBookings-startNum | int | 起始数字 |
examQueuesBookings-endNum | int | 结束数字 |
examQueuesBookings-tips | int | 说明 |
reserveIndependentNo | array(int) | 预留号 |
备注:
-
文档更新时间: 2023-08-22 18:33