获取商品分页
GET
/webtenant/system/fx/product/page请求参数
Query 参数
classType
integer <int32>
所属分类
groupId
integer <int64>
分组ID
pageNum
integer <int32>
页码
pageSize
integer <int32>
分页大小
params
可选
productName
string
商品名称
productType
integer <int32>
商品类型
示例代码
返回响应
成功(200)
没有权限(401)
禁止访问(403)
记录不存在(404)
HTTP 状态码: 200
内容格式: JSON*/*
OK
数据结构
code
integer <int32>
可选
data
object (IPage«分销-商品分页出参»)
可选
current
integer <int64>
可选
hitCount
boolean
可选
pages
integer <int64>
可选
records
array[object (分销-商品分页出参) {15}]
可选
searchCount
boolean
可选
size
integer <int64>
可选
total
integer <int64>
可选
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"data": {
"current": 0,
"hitCount": true,
"pages": 0,
"records": [
{
"className": "string",
"commissionRatioScope": "string",
"coverImage": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"divisionType": 0,
"fileExt": "string",
"groupName": "string",
"id": 0,
"immeListing": 0,
"productName": "string",
"productType": "string",
"ratioRule": 0,
"rewardRatioScope": "string",
"sellingPrice": "string",
"sourceId": 0
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"msg": "string",
"traceId": "string"
}
最后修改时间: 3 天前