• 模板详情

请求域名:

  • http://xx.com

请求URL:

GET/route=plugin.more-printer.admin.temp.operation.detail

参数:

参数名 是否必须 类型 说明
id int 记录id

返回示例:

正确时返回:

{
    "result":1,
    "msg":"获取模板成功",
    "data":{
        "id":1,
        "uniacid":15,
        "title":"大",
        "print_title":"你好",
        "print_style":"[商品单位][商品编号][订单编号]",
        "print_data":[
            "[收货地址][姓名]",
            "[商品单位][商品编号]"
        ],
        "qr_code":"123",
        "plugin_id":0,
        "created_at":"2022-09-29 10:44:48",
        "updated_at":"2022-09-29 10:53:43",
        "deleted_at":null,
        "is_enlarge":["on","on"],
        "print_style_enlarge":"on",
        "user_uid":null
    }
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
id int 模板id
title string 模板名称
print_title string 打印头部
print_style string 打印列格式
print_style_enlarge string 字体放大一倍 on 开启 off 关闭
print_data array 打印数据 例(["打印数据1","打印数据2","打印数据3"])
is_enlarge array 打印数据是否字体放大一倍,与上面打印数据一一对应 例(["on","off","on"])
qr_code string 打印二维码

备注:

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