修改品牌
PUT
http://localhost:9011/brand/1005
接口描述
根据1005修改品牌
请求参数
参数名
类型
描述
必填
id
int
示例:1005
必填
name
string
示例:Lenovo
必填
image
string
示例:如果没有联想
必填
letter
string
示例:L
必填
seq
int
示例:2
必填
响应参数
参数名
类型
描述
必填
flag
boolean
示例:true
必填
code
int
示例:20000
必填
message
string
示例:修改成功
必填
data
object
示例:null
必填