微信端首页显示商品
GET
http://192.168.19.24:8080/snacks/wx_product/wx_findAllProducts
接口描述
微信端首页显示前8项商品,通过id降序排序
响应参数
参数名
类型
描述
必填
description
string
商品描述:示例:买它买它买它!
必填
dprice
int
折后价:示例:99
必填
pid
int
商品id:示例:42
必填
pname
string
商品名:示例:麻辣小龙虾
必填
price
int
原价:示例:999
必填
status
int
状态:示例:0表示上架,-1表示下架
必填
stock
int
库存:示例:99
必填
msg
string
示例:查询成功
必填
statusCode
int
示例:0
必填