• 获取打印机设置

请求域名:

  • http://xx.com

请求URL:

GET/route=plugin.printer.admin.set.detail

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "success",
    "data": {
        "printers": [
            {
                "id": 1,
                "uniacid": 15,
                "title": "gege",
                "user": "eqw",
                "ukey": "rq",
                "printer_sn": "312312",
                "times": 1,
                "owner": 92,
                "owner_id": 1,
                "status": 1,
                "created_at": "1970-01-01 08:02:03",
                "updated_at": "1970-01-01 08:05:12",
                "deleted_at": null,
                "status_obj": {
                    "style": "btn btn-info",
                    "name": "开启"
                }
            }
        ],
        "temps": [
            {
                "id": 1,
                "uniacid": 15,
                "title": "1",
                "print_title": "2",
                "print_style": "3",
                "print_data": 4,
                "qr_code": "5",
                "owner": 92,
                "owner_id": 1,
                "created_at": null,
                "updated_at": null,
                "deleted_at": null,
                "is_enlarge": "1",
                "print_style_enlarge": "",
                "line_feed": 0
            }
        ],
        "print_set": {
            "id": 1,
            "uniacid": 15,
            "temp_id": 1,
            "printer_id": 1,
            "print_type": null,
            "owner": 92,
            "owner_id": 1,
            "created_at": null,
            "updated_at": null,
            "deleted_at": null,
            "print_order_type": [
                "1",
                "2"
            ]
        },
        "owner": 92,
        "show": {
            "show": 0
        }
    }
}

错误时返回:

{
	result: 0,
	msg: "错误信息",
	data: {}
}

返回参数说明:

参数名 类型 说明
printers array 打印机数组(字段参考打印机列表)
temps array 打印机模板数组(模板参考打印机列表)
print_set object 打印设置
{
print_order_type array 订单打印方式
printer_id int 打印机id
temp_id int 模板id
}

|

show说明:

参数名 类型 说明
show int 是否显示 0 否 1是
is_store int 是否门店独立后台 0 否 1是 当用户是门店独立后台用户才有该参数
has_store int 门店收银台插件是否开启 0 否 1是 当用户是商城后台用户才有该参数
has_fight-groups int 拼团活动插件是否开启 0 否 1是 当用户是商城后台用户才有该参数
has_lease-toy int 租赁插件是否开启 0 否 1是 当用户是商城后台用户才有该参数
has_supplier int 供应商插件是否开启 0 否 1是 当用户是商城后台用户才有该参数

备注:

  • 更多返回错误代码请看首页的错误代码描述