响应参数
参数名
类型
描述
必填
printerList
array
打印机列表
必填
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"
]
}
]
}
```