根据容器编码查找容器明细
GET
/msService/material/containerFile/containerFile/findContainerByCode
内部接口公共分类
"code": 200,
"data": {
"mapList": [
{
"unit": "默认值测试sub1",
"num": 100,
"name": "测试现存量",
"PK": 136762998691072,
"batchText": "QT_ceshi090001"
},
{
"unit": "升",
"num": 100,
"name": "YY12043",
"PK": 136819877475584,
"batchText": "QT_YY12043090001"
},
{
"unit": "默认值测试sub1",
"num": 100,
"name": "测试现存量",
"PK": 136763024053504,
"batchText": "QT_ceshi090001"
}
],
"QrContent": "{"code":"0001","type":"container"}",
"percentageMap": {
"YY12044": 0.3334,
"测试现存量": 0.6667
}
},
"message": "操作成功"
}
请求参数
Query 参数
code
string
容器编码
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
示例 代码
返回响应
修改于 2025-02-26 12:02:26