名称前缀查询
GET
http://localhost:8080/selection/itemsByName/{name}/{pageNum}/{pageSize}
接口描述
名称前缀查询,带三个路径参数,name为饮品名称前缀,pageNum为当前页,pageSize为每页条数。
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:Success
必填
id
int
示例:26
必填
productId
string
示例:010010118
必填
productName
string
示例:春意礼赞综合咖啡豆
必填
productImage
string
示例:spring-season-blend-coffee.jpg
必填
category
string
示例:qSelection
必填
subType
string
示例:newProduct
必填
status
int
示例:1
必填
createTime
string
示例:2020-09-25T15:24:01.000+00:00
必填
updateTime
string
示例:2020-09-25T15:24:01.000+00:00
必填