- 添加模板
请求域名:
- http://xx.com
请求URL:
POST/route=plugin.printer.admin.parking-temp.add
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
temp{ | 使用该变量包裹下面变量 | ||
name | 是 | string | 模板名称 |
print_head | 是 | string | 打印头部 |
describe | 是 | string | 描述 |
status | 是 | int | 是否开启 |
} |
返回示例:
正确时返回:
{
"result": 1,
"msg": "添加成功",
"data": []
}
错误时返回:
{
result: 0,
msg: "错误信息",
data: {}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|
备注:
- 更多返回错误代码请看首页的错误代码描述