更新供应商信息
POST
/api/updatesupplier
接口描述
所有值必传
请求头
参数名
类型
描述
必填
token
string
使用jwtUtil加密获取token
必填
请求参数
参数名
类型
描述
必填
id
int
id
必填
supplierName
string
名称
必填
category
string
类别
必填
supplierProfile
string
简介
必填
templateId
int
模版id
必填
email
string
邮箱
必填
backup
string
备注
必填
contactJsonStr
string
json字符串
必填
响应参数
参数名
类型
描述
必填
code
int
200 成功 400 失败
必填
message
string
提示
必填