简要描述:
接口版本:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
朱小乾 |
2023-02-06 |
- |
请求URL:
- /api/mobileGuide/record/SatisfyQueueCondition
请求方式:
参数名 |
是否必须 |
类型 |
说明 |
Content-Type |
是 |
string |
请求类型: application/json |
Authorization |
是 |
string |
Bearer Token |
请求方式:
请求头:
参数名 |
是否必须 |
类型 |
说明 |
Content-Type |
是 |
string |
请求类型: application/json |
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
recordId |
是 |
int |
记录Id |
status |
是 |
int |
状态: 1:满足;-1:不满足 |
queueId |
是 |
int |
队列Id |
{
"recordId": 0,
"status": 0,
"queueId": 0
}
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": null
}
错误时返回:
返回参数说明:
备注:
-
文档更新时间: 2023-02-09 20:05