分页获取所有商品
GET
http://localhost:8080/api/product/product/list/pages
请求参数
参数名
类型
描述
必填
page
int
页数
必填
limit
int
每页个数
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:获取成功!
必填
code
int
示例:0
必填