简要描述
- 功能
修改
- 权限标签
prj:supplier:update
- 新建 by zj 2022-01-10 14:44:27 星期一
请求URL
请求方式
请求参数
{
"id":23,
"name": "姓名",
"certificateCode": "DESBHYUDSHERUK@e2374",
"provinceId": 23,
"cityId": 2342,
"areaId": 342,
"addressDetail": "地址信息",
"brief": "这人供应商简介",
"contactsName": "联系人姓名",
"contactsMobile": "13798780986",
"contactsGender": 2,
"contactsPosition": "高管",
"contactsEmail": "123@qq.com",
"dockingMemberId": 21,
"remark": "这是一条备注",
"attachmentList":[
{
"name":"文件",
"url":"www.baidu.cin",
"createTime":"2021-09-07",
"createByName":"上传人姓名"
},
{
"name":"文件",
"url":"www.baidu.cin",
"createTime":"2021-09-07",
"createByName":"上传人姓名"
}
]
}
参数
参数名 |
必选 |
类型 |
说明 |
id |
是 |
num |
id |
name |
是 |
string |
名称 |
certificateCode |
是 |
string |
行用代码 |
provinceId |
是 |
number |
省id |
cityId |
是 |
number |
市id |
areaId |
是 |
number |
区id |
addressDetail |
否 |
string |
详细地址 |
brief |
否 |
string |
简介 |
contactsName |
否 |
string |
联系人姓名 |
contactsMobile |
否 |
string |
联系人手机号 |
contactsGender |
否 |
string |
联系人性别 0:未知 1:男 2:女 |
contactsPosition |
否 |
string |
联系人职务 |
contactsEmail |
否 |
string |
联系人邮箱 |
dockingMemberId |
否 |
string |
对接人id |
remark |
否 |
string |
备注 |
attachmentList |
否 |
list |
附件列表 |
name |
否 |
string |
文件名 |
url |
否 |
string |
文件路径 |
createTime |
是 |
date |
上传时间 |
createByName |
是 |
string |
上传人姓名 |
返回示例
{
"code": 0,
"data": {},
"message": ""
}
返回参数说明
参数名 |
类型 |
说明 |
code |
int |
返回结果 0 成功 500 异常 |
message |
int |
返回信息 |
data |
object |
返回结果 |