查询商品管理列表
POST
/webtenant/system/product/queryProductList请求参数
Body 参数application/json
classifyId
integer <int32>
可选
pageNum
integer <int32>
可选
pageSize
integer <int32>
可选
productType
integer <int32>
可选
searchName
string
可选
shelfStatus
integer <int32>
可选
tenantId
integer <int64>
可选
示例
{
"classifyId": 0,
"pageNum": 0,
"pageSize": 0,
"productType": 0,
"searchName": "string",
"shelfStatus": 0,
"tenantId": 0
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
dataMap
object
可选
msg
string
可选
rows
array [object]
可选
total
integer <int64>
可选
traceId
string
可选
示例
{
"code": 0,
"dataMap": {},
"msg": "string",
"rows": [
{}
],
"total": 0,
"traceId": "string"
}
最后修改时间: 11 小时前