修改客户联系人
POST
http://182.61.50.242:6070/cusContacts/updateCusContacts
请求参数
参数名
类型
描述
必填
id
int
编号
必填
customerId
int
客户编号,示例:1
必填
name
string
名字,示例:aa
必填
position
string
职位,示例:主管
必填
qq
string
qq,示例:1234567890
必填
remarks
string
备注,示例:你好!
必填
telephone
string
电话,示例:1234567890
必填
wechat
string
微信,示例:1234567890
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:修改客户联系人成功!
必填