文档
测试

创建供应商

POST
/api/createsupplier

请求头

参数名
类型
描述
必填
token
string
使用jwtUtil加密获取token
必填

请求参数

参数名
类型
描述
必填
name
string
名称
必填
category
string
类别
必填
profile
string
简介
必填
templateId
int
评分模版id
必填
email
string
邮箱
必填
backup
string
备注
必填
contactJsonStr
string
json字符串
必填

响应参数

参数名
类型
描述
必填
code
int
200 成功 400 失败
必填
message
string
提示
必填
data
int
供应商id
必填