打印箱唛
POST
/commonApi/dropshipping/printShippingMarks请求参数
Header 参数
token
string
可选
示例值:
150e1b82-0c79-41a7-a1ea-7908e27f9883
Body 参数application/json
param
object
必需
mergeSheetId
string
必需
type 为1 表示入库单id , type 为 2表示入库单号
type
string
必需
单据类型 1 入库单id 2 入库单号
uuid
string
必需
示例
{
"param": {
"mergeSheetId": "string",
"type": "string"
},
"uuid": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer | null
错误码
data
null | null
返回数据
msg
string | null
可选
错误提示,用户可阅读
errorMsg
string | null
可选
actionMsg
string | null
用于统一行为
solution
string | null
可选
解决方案 可以是文本也可以是html前端会渲染出来
msgCode
string | null
可选
示例
{
"code": 0,
"data": null,
"msg": "",
"errorMsg": "",
"actionMsg": "",
"solution": "",
"msgCode": ""
}
最后修改时间: 3 个月前