简要描述:
- 获取终端信息
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 | 备注 |
---|---|---|---|---|
3.2.1 | 朱小乾 | 2022-08-03 | ||
3.9.5 | 朱小乾 | 2023-11-20 | 增加取号配置 |
请求URL:
- /api/aioMain/aioClient/GetEquipmentInfo
请求方式:
- Get
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
macAddress | 是 | string | 地址 |
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": {
"isPhoto": true,
"isPrintBarcode": true,
"isIdentification": true,
"limitDays": 0,
"terminalSetting": {
"equipmentsId": 0,
"templateCode": "string",
"displayName": "string",
"remindContent": "string",
"aioModulars": [
{
"id": 0,
"code": "106",
"name": "打印机及其他硬件配置",
"isOpen": false,
"sort": 0
}
],
"aioPosters": [
{
"id": 1,
"name": "string",
"fileId": "string",
"filePath": "string",
"sort": 0
}
]
}
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
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