查询上架商品
GET
http://localhost:8080/backstage/goodsShelves/queryGoodsShelves?commodityStatus=0&pageNum=1&pageSize=2
请求参数
参数名
类型
描述
必填
commodityStatus
int
示例:0 和分类id一起为空查询所有, 商品状态:0--上架,1--下架,
必填
pageNum
int
示例:1 页码
必填
pageSize
int
示例:2 每页多少条
必填
ccId
int
示例:25 和商品状态一起为空查询所有 分类id
必填
响应参数
参数名
类型
描述
必填
responseTime
int
示例:1594543600081
必填
message
string
示例:success
必填
code
int
示例:0
必填
total
int
示例:2 总条数
必填
clId
int
示例:1 商品id
必填
ccId
int
示例:1 分类id
必填
productName
string
示例:冰箱 商品名称
必填
productKeyword
string
示例:最新技术的冰箱 商品关键字
必填
popularity
float
示例:2.12 人气值
必填
freight
object
示例:null
必填
details
object
示例:null
必填
bannerPictureAddress
object
示例:null
必填
recommended
int
示例:0 是否推荐:0 是 1 否
必填
commodityStatus
int
示例:0 商品状态:0--上架,1--下架,2--删除
必填
productPictureAddress
string
示例:zhutu地址 主页图片地址多个用,号分隔,要判断时候是不是只有1张
必填
detailsPictureAddress
object
示例:null
必填
launchTime
int
示例:1592374322000 第一次上架时间
必填
ccId
int
示例:1
必填
commodityClassificationDescribe
string
示例:冰
必填
maxPrice
float
示例:1.3 最大购买价格
必填
minPrice
float
示例:1.2 最小购买价格
必填
maxLeasePrice
float
示例:0.5 最大租赁价格
必填
minLeasePrice
float
示例:0.4 最小租赁价格
必填
pageNum
int
示例:1 页码
必填
pageSize
int
示例:2 每页多少条
必填
size
int
示例:2
必填
startRow
int
示例:1
必填
endRow
int
示例:2
必填
pages
int
示例:1
必填
prePage
int
示例:0
必填
nextPage
int
示例:0
必填
isFirstPage
boolean
示例:true
必填
isLastPage
boolean
示例:true
必填
hasPreviousPage
boolean
示例:false
必填
hasNextPage
boolean
示例:false
必填
navigatePages
int
示例:8
必填
navigatepageNums
array
数据列表
必填
navigateFirstPage
int
示例:1
必填
navigateLastPage
int
示例:1
必填