修改轮播图
POST
http://localhost:8080/api/product/swipper/update
接口描述
修改轮播图,改变图片和关联的商品
请求参数
参数名
类型
描述
必填
id
int
必填
image
string
轮播图图片
可选
linkedId
int
关联的商品Id
可选
响应参数
参数名
类型
描述
必填
msg
string
示例:修改成功!
必填
code
int
示例:0
必填