简要描述:

  • 获取设备信息

接口版本:

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

请求URL:

  • /api/equipment/GetEquipmentArea

请求方式:

  • Get

请求头:

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

请求参数:

参数名 是否必须 类型 说明
macAddress Y string 设备地址

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "",
  4. "data": {
  5. "id": 1160,
  6. "createTime": "2022-01-05T14:40:13.607",
  7. "updateTime": "2022-01-24T10:26:36.26",
  8. "operator": null,
  9. "type": "Guide",
  10. "name": "公司测试导检前台(副本)",
  11. "remarks": "",
  12. "macAddress": "d637769904395691023",
  13. "status": "1",
  14. "isInitComplete": false,
  15. "location": null,
  16. "examPositionId": 35,
  17. "usageScenariosCode": null,
  18. "monitorTypeCode": null,
  19. "displayTemplate": null,
  20. "displayNameType": null,
  21. "displayName": null,
  22. "reminderInfo": null,
  23. "examAreaId": 0,
  24. "examRoomId": 0
  25. }
  26. }

错误时返回:

返回参数说明:

参数名 类型 说明
examAreaId int 检区Id
examPositionId int 诊位Id

备注:

-

文档更新时间: 2022-06-08 17:56