简要描述:

  • 根据模板获取发票/配货单

方法名称:

  • getLabelByTemplate

请求JSON:

{
	"template_id": "78",
	"codes": ["QGAUSE19041600000381", "QGAUSE19041600000276"]
}

字段说明:

参数名 数据类型 是否必填 说明
template_id string require 模板id
codes object require 运单号数组

响应JSON:

成功示例:
{
	"ask": "Success",
	"message": "Success",
	"url": "http://112.74.74.27:15000/PDF/8970ab43-c9aa-4b7b-b011-dd6273f1588b.pdf",
	"type": "pdf",
	"Error":[],
	"time_cost(s)": "7.1782989501953"
}

失败示例:
{
	"ask": "Failure",
	"message": "Failure",
	"url": "",
	"type": "",
	"Error": {
		"errCode": "50016",
		"errMessage": "单号不能为空"
	},
	"time_cost(s)": "0.14362096786499"
}

response参数字段说明:

参数名 数据类型 说明
ask string
参考response公共参数
message string
参考response公共参数
url string 发票/配货单标签打印地址
type string 标签文件类型
Error object
参考Error格式