查询商品列表,分页
GET
http://localhost:8080/soybean/api/product/20/0/1
请求参数
参数名
类型
描述
必填
customerId
long
客户id
必填
type
int
分类,全部填0
必填
page
int
页码,从1开始
必填
search
String
商品名称,问号传参
必填