打印机列表-[printerList]

打印机列表

接口描述

打印机列表

响应参数

参数名
类型
描述
必填
printerList
array
打印机列表
必填
id
string
打印机编号
必填
name
string
打印机名称
必填
ip
string
打印机IP地址
必填
commandType
string
打印机硬件类型 0.普通打印机 1.标签打印机
必填
backups
array
可用打印机编号数组
必填

返回示例

```josn { "printerList": [ { "id": "1416955744328925184", "name": "11", "ip": "168.16.12.2", "commandType": "0", "backups": [ "1416955744328925184", "1416955776469876736" ] }, { "id": "1416955776469876736", "name": "22", "ip": "10.1.1.1", "commandType": "1", "backups": [ "1416955776469876736" ] } ] } ```