新增品牌
POST
http://localhost:9011/brand/
请求参数
参数名
类型
描述
必填
id
int
示例:9981
必填
name
string
示例:ThinkPad
必填
image
string
示例:https://js1cdn.clubstatic.lenovo.com.cn/thinkpc/ver2020/asserts/images/logo.png?version=CD35F34CA457EE9A12E907AE2C69552A2020060401
必填
letter
string
示例:T
必填
seq
int
示例:9
必填
响应参数
参数名
类型
描述
必填
flag
boolean
示例:true
必填
code
int
示例:20000
必填
message
string
示例:添加成功
必填
data
object
示例:null
必填