接收推送的订单接口
POST
/pr/order/rec
接口描述
快递网站通过此接口将已完成的订单数据推送到打印系统待打印
请求参数
参数名
类型
描述
必填
sn
string
必填 平台订单号
必填
waybill
string
必填 电子面单号
必填
com
string
必填 快递公司【圆通:YTO ,韵达:YUNDA,申通:STO...】
必填
type
int
必填 平台类型 【1淘宝2拼多多】
必填
wid
int
必填 推送至的仓库ID
必填
nick
string
非必填 拼多多ID : pddxxxxxxxxx
必填
info
string
必填 收件人地址 【格式:姓名,手机号,省 市 区 详细地址】示例:张三,17736923962,陕西省 渭南市 蒲城县 石羊小区南区
必填
printData
string
必填 json格式的字符串 下单接收到的print_data 数据:示例:{"encryptedData":"encryptedData","signature":"signature","templateUrl":"https://file-link.pinduoduo.com/yto_one","ver":"3"}
必填
响应参数
参数名
类型
描述
必填
code
int
状态码 成功为:2011
必填
msg
string
提示信息
必填
count
int
数据条数 【无需数据条数的接口为0】
必填
token
string
空
必填
data
object
null
必填