简要描述:

  • 可以进入排队的队列权重

接口版本:

版本号 制定人 制定日期 修订日期
3.1.2 朱小乾 2022-07-19 -

请求URL:

  • /api/mobileGuide/recordLogger/GetInLineUpLog

请求方式:

  • Get

请求头:

参数名 是否必须 类型 说明
Content-Type string 请求类型: application/json

请求参数:

参数名 是否必须 类型 说明
logId int 日志Id

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": [
  5. {
  6. "queueId": 1103,
  7. "queueName": "彩超(VIP)",
  8. "noPosition": 1100000,
  9. "vacancy": 0,
  10. "countPosition": 1,
  11. "queueWeight": 0,
  12. "fullWeight": 0,
  13. "firstWeight": 0,
  14. "crossAreaWeight": 0,
  15. "alternatesCount": 0,
  16. "totalReadyTime": 0,
  17. "totalItemWeight": 0,
  18. "total": 1100000,
  19. "tjnum": 0,
  20. "aveTime": 50
  21. }
  22. ]
  23. }

错误时返回:

  1. {
  2. "code": 12,
  3. "message": " ",
  4. "data": null
  5. }

返回参数说明:

参数名 类型 说明
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