添加小票模板
POST
/adminapi/marketing.printer_template/add
请求参数
Header 参数
token
string
必需
默认值:
{{'38a327e6732714e2a48e0b5d3038b2cc'}}
Body 参数application/x-www-form-urlencoded
template_name
string
模板名称
示例值:
社区团购模板
ticket_name
string
小票名称
示例值:
社区团购小票
show_shop_name
integer
必需
示例值:
1
selffetch_shop
array[string]
必需
示例值:
["shop_name","contacts","shop_address"]
show_buyer_message
integer
必需
示例值:
1
consignee_info
array[string]
必需
示例值:
["name","mobile","address"]
show_qrcode
integer
必需
示例值:
1
qrcode_name
string
二级码名称
示例值:
test
qrcode_content
string
二维码内容
示例值:
test
bottom
string
底部信息
示例值:
test
示例代码
返回响应
修改于 2023-01-16 13:36:21