查询所有商品
GET
http://localhost:8899/goods/goodsall?page=1&pagesize=400
请求参数
参数名
类型
描述
必填
page
int
示例:1
必填
pagesize
int
示例:400
必填
响应参数
参数名
类型
描述
必填
code
int
示例:2000
必填
flag
boolean
示例:true
必填
message
string
示例:查询成功
必填
total
int
示例:336
必填
page
string
示例:1
必填
pagesize
string
示例:400
必填
pages
int
示例:1
必填