简要描述:

  • 是否满足队列要求

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 朱小乾 2023-02-06 -

请求URL:

  • /api/mobileGuide/record/SatisfyQueueCondition

请求方式:

  • Post

    请求头:

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

请求方式:

  • Post

请求头:

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

请求参数:

参数名 是否必须 类型 说明
recordId int 记录Id
status int 状态: 1:满足;-1:不满足
queueId int 队列Id
  1. {
  2. "recordId": 0,
  3. "status": 0,
  4. "queueId": 0
  5. }

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": null
  5. }

错误时返回:

返回参数说明:

参数名 类型 说明

备注:

-

文档更新时间: 2023-02-09 20:05