简要描述:

  • 获取医生端列表

接口版本:

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

请求URL:

  • /api/CallerSetting/GetGuideInfor

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
AreaId string 检区Id

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "",
  4. "data": [
  5. {
  6. "id": 1249,
  7. "name": "",
  8. "macAddress": "ds637852693403457338",
  9. "remarks": "",
  10. "status": 1,
  11. "positionName": null,
  12. "examPositionId": "11",
  13. "maxCountInRoom": 0,
  14. "parentId": 78,
  15. "order": 0,
  16. "ip": null,
  17. "isOnline": false,
  18. "buttonInterval": 0
  19. }
  20. ]
  21. }

错误时返回:

返回参数说明:

参数名 类型 说明
id int 主键Id
name string 名称
macAddress string 地址
remarks string 备注
status bool 叫号器状态
buttonInterval int 间隔

备注:

-

文档更新时间: 2022-06-09 09:41