-
开发者必读
获取包裹标签
POST http://openapi.ck1info.com/v1/returnOrder/label
接口说明: 获取包裹标签,支持多个包裹
Http 200 - 成功
Http 400 - 提交的数据有误,请检查输入参数
Body Parameters
名称 类型 格式要求 是否必须 描述 示例值 PackageIds Collection of string None.
必须
包裹Id列表
PrintFormat PrintFormat None.
必须
打印格式
ClassicLabel
{ "PackageIds": [ "sample string 1", "sample string 2" ], "PrintFormat": "ClassicA4" }
返回结果
名称 类型 格式要求 是否必须 描述 示例值 Label string None.
Base64 编码,需要转换成byte数据,再生成pdf文件
{ "Label": "sample string 1" }