简要描述:

  • 获取终端信息

接口版本:

版本号 制定人 制定日期 修订日期 备注
3.2.1 朱小乾 2022-08-03
3.9.5 朱小乾 2023-11-20 增加取号配置

请求URL:

  • /api/aioMain/aioClient/GetEquipmentInfo

请求方式:

  • Get

请求头:

参数名 是否必须 类型 说明

请求参数:

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

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": {
  5. "isPhoto": true,
  6. "isPrintBarcode": true,
  7. "isIdentification": true,
  8. "limitDays": 0,
  9. "terminalSetting": {
  10. "equipmentsId": 0,
  11. "templateCode": "string",
  12. "displayName": "string",
  13. "remindContent": "string",
  14. "aioModulars": [
  15. {
  16. "id": 0,
  17. "code": "106",
  18. "name": "打印机及其他硬件配置",
  19. "isOpen": false,
  20. "sort": 0
  21. }
  22. ],
  23. "aioPosters": [
  24. {
  25. "id": 1,
  26. "name": "string",
  27. "fileId": "string",
  28. "filePath": "string",
  29. "sort": 0
  30. }
  31. ]
  32. }
  33. }
  34. }

错误时返回:

返回参数说明:

参数名 类型 说明
equipmentsId int 设备Id
templateCode string 模板类型
displayName string 显示名称
remindContent string 提醒内容
aioModulars Aray 模块列表
id int 模块Id
name string 模块名称
code string 模块代码
isOpen bool 是否打开
sort int 排序
aioPosters Aray 海报列表
id int 模块Id
name string 模块名称
fileId string 文件Id
filePath string 文件路径
sort int 排序
isPhoto bool 是否拍照
isPrintBarcode bool 是否打印条码
isIdentification bool 是否验证身份
limitDays int 限制天数

备注:

-

文档更新时间: 2023-11-20 15:43