商品列表
GET
/api/wx/product/list
请求参数
参数名
类型
描述
必填
page
Integer
页数(默认:1)
可选
size
Integer
每页条数(默认:6)
可选
响应参数
参数名
类型
描述
必填
productId
Integer
产品id
必填
productName
String
产品名称
必填
productImg
String
产品图片
必填
saleQuantity
Integer
销量
必填
productDetail
String
产品详情
必填
price
Decimal
价格
必填
vipPrice
Decimal
会员价格
必填