文档
测试

首页商品列表

POST
http://192.168.0.91:8070/mall/product/sort

请求参数

参数名
类型
描述
必填
sort
商品分类
必填
pageSize
页大小
必填
pageNum
页码
必填
prodName
商品名称
必填

响应参数

参数名
类型
描述
必填
status
int
示例:4
必填
message
string
示例:查询成功
必填
data
object
数据字典
必填
pageContent
array
查询内容
必填
id
int
示例:17
必填
name
string
商品名称
必填
sort
int
商品分类
必填
price
decimal
价格
必填
transportPrice
decimal
运费
必填
detail
int
商品详情
必填
company
string
商家名称
必填
picUrl
string
图片地址
必填
totalNum
int
总个数
必填
totalPages
int
总页数
必填