修改
PUT
http://localhost:8080/selection/update
接口描述
修改
请求参数
参数名
类型
描述
必填
id
int
示例:72
必填
productId
string
示例:945671cf57ee483ab93fd05f3d420ecb
必填
productName
string
示例:美式橘泡咖啡
必填
productImage
object
示例:null
必填
category
string
示例:精选
必填
subType
string
示例:夏日新品
必填
status
object
示例:null
必填
createTime
object
示例:null
必填
updateTime
object
示例:null
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:Success
必填