🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# header头加入token ~~~[api] post:/api/merchant/Group/printerList *string:group_id=默认值 #门店id <<< success { "code": 0, "msg": "获取成功", "data": [ { "name": "网络标签打印机", "sn": "29DT5FC2XM0FD4A", "ip": "", "id": 13, "yunswitch": 1, "link_type": 2 }, { "name": "网络小票打印机", "sn": "025NX766WQ04049", "ip": "", "id": 14, "yunswitch": 1, "link_type": 2 }, { "name": "非云打印测试", "sn": "", "ip": "192.168.1.1", "id": 19, "yunswitch": 0, "link_type": 2 }, { "name": "网口打印机测试", "sn": "", "ip": "192.168.1.2", "id": 20, "yunswitch": 0, "link_type": 2 }, { "name": "rger", "sn": "", "ip": "192.168.1.2", "id": 21, "yunswitch": 0, "link_type": 2 }, { "name": "滨南的法", "sn": "", "ip": "45.5656.34343", "id": 23, "yunswitch": 0, "link_type": 5 } ] } <<< error { "code": -1, "msg": "暂无设备", "data": null } ~~~ **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ----------- | ------------ | --- | |name| string |true|名称| |sn| string |true|sn号| |ip| string |true|ip号| |id| string |true|序号| |yunswitch| string |true|是否 云打印 1是 0 否 云打印 显示sn号| |link_type| string |true|连接方式:1=GPRS,2=WiFi,3=LAN,4=蓝牙,5=USB 2&3 显示ip |