简要描述:
- 批量跟换队列
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 3.6.1 | 朱小乾 | 2023-3-29 | - |
请求URL:
/api/MyTiJianGuideView/GetChangeQueues
请求方式:
- POST
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| Content-Type | 是 | string | 请求类型: application/json |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| recordIds | Y | array(int) | 队列Id |
{"recordIds": [0],"oldExamQueueID": 0,"newExamQueueId": 0}
返回示例:
正确时返回:
{"code": 1,"message": "","data": {"success": [],"confirm": [{"examNo": 3,"name": "1","gender": "0","tag": "1","tips": "客户性别不符"}],"failure": []},"extend": null,"exception": null}
错误时返回:
{"code": 3,"message": "队列不存在","data": null,"extend": null,"exception": null}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| examNo | int | 导检号 |
| name | string | 名字 |
| gender | string | 性别 |
| tag | string | 客户类型 |
| tips | string | 提示 |
| success | array | 成功 |
| confirm | array | 确认 |
| failure | array | 失败 |
备注:
-
文档更新时间: 2023-08-15 11:45