简要描述:
- 可以进入排队的队列权重
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
3.1.2 | 朱小乾 | 2022-07-19 | - |
请求URL:
- /api/mobileGuide/recordLogger/GetInLineUpLog
请求方式:
- Get
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: application/json |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
logId | 是 | int | 日志Id |
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": [
{
"queueId": 1103,
"queueName": "彩超(VIP)",
"noPosition": 1100000,
"vacancy": 0,
"countPosition": 1,
"queueWeight": 0,
"fullWeight": 0,
"firstWeight": 0,
"crossAreaWeight": 0,
"alternatesCount": 0,
"totalReadyTime": 0,
"totalItemWeight": 0,
"total": 1100000,
"tjnum": 0,
"aveTime": 50
}
]
}
错误时返回:
{
"code": 12,
"message": " ",
"data": null
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
queueId | int | 队列Id |
queueName | string | 队列名称 |
noPosition | int | 无诊位权重 |
vacancy | int | 空位权重 |
countPosition | int | 诊位数量 |
queueWeight | int | 队列权重 |
fullWeight | int | 满员权重 |
firstWeight | int | 优先级权重 |
crossAreaWeight | int | 检区权重 |
alternatesCount | int | 优先体检权重 |
totalReadyTime | int | 总等待时间 |
totalItemWeight | int | 总项目权重 |
total | int | 总权重 |
tjnum | int | 体检人数 |
aveTime | int | 平均时间 |
备注:
-
文档更新时间: 2023-08-15 16:39