简要描述:
- 获取终端配置
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 | 备注 |
---|---|---|---|---|
3.2.1 | 朱小乾 | 2022-08-03 |
请求URL:
- /api/AioSetting/GetAioGlobalSetting
请求方式:
- Get
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": {
"adminPassword": "string",
"isPhoto": true,
"isPrintBarcode": true,
"isIdentification": true,
"limitDays": 0
}
}
错误时返回:
{
"code": 3,
"message": "未能找到该记录",
"data": null
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
adminPassword | string | 密码 |
isPhoto | bool | 是否拍照 |
isPrintBarcode | bool | 是否打印条码 |
isIdentification | bool | 是否身份验证 |
limitDays | int | 限制查询天使: 0,不限制 |
备注:
-
文档更新时间: 2022-08-03 19:02