简要描述:

  • 获取设备信息

接口版本:

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

请求URL:

  • /api/mobileGuide/callerMain/GetEquipmentInfo

请求方式:

  • Get

请求头:

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

请求参数:

参数名 是否必须 类型 说明
macAddress string 终端地址

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": {
  5. "id": 3670,
  6. "name": "内科叫号器",
  7. "macAddress": "d1631607456901",
  8. "remarks": null,
  9. "status": 1,
  10. "positionName": null,
  11. "examPositionId": null,
  12. "maxCountInRoom": 0,
  13. "parentId": 0,
  14. "order": 0,
  15. "ip": null,
  16. "isOnline": false,
  17. "buttonInterval": 0
  18. }
  19. }

错误时返回:

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

返回参数说明:

参数名 类型 说明
buttonInterval int 按钮间隔

备注:

-

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