文档
测试

添加供应商

POST
http://{{url}}/api/supply/erp_goods/add_supply?ids=44

请求参数

参数名
类型
描述
必填
ids
int
示例:44
必填
name
string
示例:测试供应商
必填
code
int
示例:1001212
必填
remark
string
示例:测试
必填
contact
string
示例:小马
必填
mobile
int
示例:1553567894
必填
sort
int
示例:2
必填
status
int
示例:1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:ok
必填
time
string
示例:1662550459
必填
data
object
数据字典
必填
id
int
示例:44
必填
code
string
示例:1001212
必填
name
string
示例:测试供应商
必填
remark
string
示例:测试
必填
contact
string
示例:小马
必填
mobile
string
示例:1553567894
必填
status
string
示例:1
必填
sort
string
示例:2
必填
is_erp
int
示例:1
必填
createtime
int
示例:1661914822
必填
updatetime
int
示例:1662550459
必填