查询所有商品
POST
http://localhost:8886/product/selectProduct
响应参数
参数名
类型
描述
必填
status
Integer
状态码,200-成功,100-失败
必填
code
Integer
layUI默认状态码,0-成功
必填
data
T
商品数组
可选
msg
String
失败消息
可选