崇仁政务大厅
  1. API - 取号队列
崇仁政务大厅
  • API - 字典
    • 获取机器绑定业务
      GET
    • 更新机器纸张数
      PUT
    • 获取机器绑定窗口
      GET
  • API - 参数配置
    • 获取满纸控制信息
      GET
  • API - 业务事项
    • 服务事项列表
      GET
  • API - 预约队列
    • 获取预约信息(现场)
      POST
    • 预约取号(现场出票)
      PUT
  • API - 常见问题
    • 列表
      GET
  • API - 取号队列
    • 叫号(下一位)
      PUT
    • 是否正在排队
      POST
    • 我的工作台(现场)
      GET
    • 现场取号
      PUT
    • 过号
      PUT
    • 窗口叫号队列
      POST
    • 窗口呼叫(语音播报)队列
      POST
    • 查询排队队列
      POST
    • 排队查询
      POST
    • 大厅排队人数
      GET
  • API - 评价
    • 评价(小程序)
      PUT
    • 评价(现场)
      PUT
    • 我收到的评价(工作人员)
      GET
  • 后台 - 首页
    • 考勤统计-各部门出勤率分析
      POST
    • 办事受理情况
      POST
    • 办件时间段分析
      POST
    • 考勤统计-数量
      POST
    • 首页数据分析
      GET
    • 我的待办列表
      GET
  • API - 大屏
    • 部门(单位)办件TOP5
    • 办件满意度分析
    • 办件人年龄分布
    • 中央数据展示
    • 办件人员分布
    • 办件情况
  • API - websocket
    • 窗口
    • 单点消息
  1. API - 取号队列

叫号(下一位)

PUT
/api/obtain/queue/call/next

请求参数

Header 参数
token
string 
必需
默认值:
eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImNjY2JjZmE0LTA0ZWQtNDJiZS04MGUyLTBhM2Q1ZTY2NTU3OCJ9.hCEaQo6hLtMPrYUla1lz74VjPMzxRMFWvk5KefrGl6oBeVJ7P9jneYIpbYBv_Q20r5QdFqQP8Gcsal-ZsdkacA
Body 参数application/json
processingWindow
string 
办理窗口
可选
processingWindowId
string 
办理窗口ID
可选
queueId
string 
上一个队列ID
可选
示例
{
    "processingWindow": "string",
    "processingWindowId": "string",
    "queueId": "string"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'localhost:8081/api/obtain/queue/call/next' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "processingWindow": "string",
    "processingWindowId": "string",
    "queueId": "string"
}'

返回响应

🟢200OK
application/json
Body
code
integer <int32>
可选
data
object (排队叫号-取号队列实体Res) 
可选
businessMattersId
string 
业务事项ID
可选
businessMattersName
string 
业务事项名称
可选
completionTime
string <date-time>
完成时间
可选
contactPhone
string 
排队人电话
可选
createDate
string <date-time>
创建时间
可选
createTime
string <date-time>
创建时间
可选
createUserId
integer <int64>
创建人id
可选
createUserName
string 
创建人名
可选
deleted
integer <int32>
逻辑删除
可选
id
string 
主键id
可选
idCard
string 
排队人身份证号
可选
new
boolean 
可选
obtainNumberTime
string <date-time>
叫号时间
可选
processingWindow
string 
办理窗口(实际)
可选
processingWindowId
string 
办理窗口ID
可选
queueNumber
string 
排队号
可选
sort
number 
队列排序值
可选
status
integer <int32>
可选
状态(1:已取号 2:已过号 3:办理中 4:已完成 5:已取消)
type
integer <int32>
可选
类型(1:现场号 2:预约号)
updateDate
string <date-time>
更新时间
可选
updateTime
string <date-time>
更新时间
可选
updateUserId
integer <int64>
更新人名
可选
updateUserName
string 
更新人名
可选
userId
string 
排队人(用户ID)
可选
userName
string 
排队人姓名
可选
window
string 
办理窗口(业务)
可选
msg
string 
可选
示例
{
    "code": 0,
    "data": {
        "businessMattersId": "string",
        "businessMattersName": "string",
        "completionTime": "2019-08-24T14:15:22Z",
        "contactPhone": "string",
        "createDate": "2019-08-24T14:15:22Z",
        "createTime": "2019-08-24T14:15:22Z",
        "createUserId": 0,
        "createUserName": "string",
        "deleted": 0,
        "id": "string",
        "idCard": "string",
        "new": true,
        "obtainNumberTime": "2019-08-24T14:15:22Z",
        "processingWindow": "string",
        "processingWindowId": "string",
        "queueNumber": "string",
        "sort": 0,
        "status": 0,
        "type": 0,
        "updateDate": "2019-08-24T14:15:22Z",
        "updateTime": "2019-08-24T14:15:22Z",
        "updateUserId": 0,
        "updateUserName": "string",
        "userId": "string",
        "userName": "string",
        "window": "string"
    },
    "msg": "string"
}
🟢201Created
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2023-09-11 02:17:06
上一页
列表
下一页
是否正在排队
Built with