# 获取箱标
接口地址 /api/dxm/carton-label/query
请求方式 POST
consumes ["application/json"]
produces ["*/*"]
接口描述 ``
请求示例
{
"orderId": null
}
1
2
3
2
3
请求参数
| 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
|---|---|---|---|---|---|
| form | form | body | true | ||
| token | token | header | true | string |
QueryInventoryApiRequest
| 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
|---|---|---|---|---|---|
| orderId | body | true | string |
响应参数
| 参数名称 | 参数说明 | 类型 | schema |
|---|---|---|---|
| data | base64 面单 | ||
| message | string | ||
| success | boolean |
响应示例
{
"success": true,
"message": "",
"data": "xxxxxxxxxxxxxxxxxxxxx"
}
1
2
3
4
5
2
3
4
5