根据条码查询商品信息
GET
/material/getMaterialByBarCode请求参数
Query 参数
barCode
string
barCode
organId
string | null
organId
depotId
string | null
depotId
mpList
string
mpList
prefixNo
string | null
prefixNo
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32> | null
可选
data
object | null
可选
示例
{
"code": 0,
"data": {}
}
最后修改时间: 6 个月前