简要描述
请求方式
参数
返回示例
{
"code": 0,
"data": {
"id":23,
"name": "姓名",
"certificateCode": "DESBHYUDSHERUK@e2374",
"provinceId" : 23455,
"provinceName":"北京",
"cityId" : 23334,
"cityName":"房山",
"areaId" : 23344,
"areaName":"通州",
"addressDetail": "地址信息",
"brief": "这人供应商简介",
"contactsName": "联系人姓名",
"contactsMobile": "13798780986",
"contactsGender": 2,
"contactsPosition": "高管",
"contactsEmail": "123@qq.com",
"dockingMemberId": 21,
"dockingMemberName": "余地",
"remark": "这是一条备注",
"attachmentList":[
{
"id":12,
"name":"文件名",
"url":"www.baidu.com",
"createByName":"张三",
"createTime":"2021-09-07"
},
{
"id":12,
"name":"文件名",
"url":"www.baidu.com",
"createByName":"张三",
"createTime":"2021-09-07"
}
]
},
"message": ""
}
返回参数说明
参数名 |
类型 |
说明 |
code |
int |
返回结果 0 成功 500 异常 |
message |
int |
返回信息 |
data |
object |
返回结果 |
id |
num |
id |
name |
string |
名称 |
certificateCode |
string |
行用代码 |
provinceId |
number |
省id |
provinceName |
string |
省 |
cityId |
number |
市id |
cityName |
string |
市 |
areaId |
number |
区id |
areaName |
number |
区 |
addressDetail |
string |
详细地址 |
brief |
string |
简介 |
contactsName |
string |
联系人姓名 |
contactsMobile |
string |
联系人手机号 |
contactsGender |
string |
联系人性别 0:未知 1:男 2:女 |
contactsPosition |
string |
联系人职务 |
contactsEmail |
string |
联系人邮箱 |
dockingMemberId |
num |
对接人id |
dockingMemberName |
string |
对接人姓名 |
remark |
string |
备注 |
attachmentList |
list |
附件列表 |
id |
num |
id |
name |
string |
文件名 |
url |
string |
文件地址 |
createByName |
string |
上传人 |
createTime |
date |
上传时间 |