ID查询
GET
http://localhost:8080/selection/itemsById/{id}
接口描述
根据ID获取单个饮品,带有一个路径参数ID
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:Success
必填
id
int
示例:32
必填
productId
string
示例:010010124
必填
productName
string
示例:品牌主题星礼卡
必填
productImage
string
示例:starbucks-wordmark-svc.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
必填