# 获取面单
type:POST
endpoint:/api/carton-label
Head:
User-ID:填您使用的组织id
User-Token:联系管理员索要token
Request:
{
"orderId":"ITUSA1809100005",
"paperSpec":"A4"
}
1
2
3
4
2
3
4
备注:paperSpec两种类型SINGLE和A4
Response:
{
"succeed": true,
"message": null,
"cartonLabel": []
}
1
2
3
4
5
2
3
4
5