商品信息模糊查询(通过标题)
GET
localhost:8080/demo/goods/list/{currentPage}/{pageSize}/{goods_title}
请求参数
参数名
类型
描述
必填
currentPage
int
当前页
必填
pageSize
int
当前页大小
必填
goods_title
String
商品标题
必填
响应参数
参数名
类型
描述
必填
msg
String
相应状态
必填
code
int
响应状态码
必填
data
json
封装的json数据
必填
total
int
查询到的总记录数
必填
size
int
每页显示的条数
必填
current
int
当前页码值
必填