企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# header头加入token ~~~[api] post:/api/merchant/Printer/printerList <<< success { "code": 0, "msg": "获取成功", "data": [ { "name": "网络标签打印机", "sn": "29DT5FC2XM0FD4A", "ip": "", "group_id": 9, "id": 13, "companyname": "周口大食堂", "yunswitch": 1, "link_type": 2 }, { "name": "网络小票打印机", "sn": "025NX766WQ04049", "ip": "", "group_id": 9, "id": 14, "companyname": "周口大食堂", "yunswitch": 1, "link_type": 2 }, { "name": "非云打印测试", "sn": "", "ip": "192.168.1.1", "group_id": 9, "id": 19, "companyname": "周口大食堂", "yunswitch": 0, "link_type": 2 }, { "name": "网口打印机测试", "sn": "", "ip": "192.168.1.2", "group_id": 9, "id": 20, "companyname": "周口大食堂", "yunswitch": 0, "link_type": 2 }, { "name": "rger", "sn": "", "ip": "192.168.1.2", "group_id": 9, "id": 21, "companyname": "周口大食堂", "yunswitch": 0, "link_type": 2 }, { "name": "连接方式测试", "sn": "", "ip": "192.168.1.1", "group_id": 14, "id": 22, "companyname": "开封九道弯", "yunswitch": 0, "link_type": 5 } ] } <<< error { "code": -1, "msg": "暂无设备", "data": null } ~~~ **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ----------- | ------------ | --- | | list| string |true|列表| |name| string |true|名称| |sn| string |true|sn号| |group_id| string |true|门店id| |id| string |true|序号| |companyname| string |true|门店名称| |ip| string |true|ip| |yunswitch| string |true|是否是云打印 1 是 0否| |link_type| string |true|当前链接方式 1=GPRS,2=WiFi,3=LAN,4=蓝牙,5=USB usb链接方式 不显示 sn和ip|