修改公司联系人
POST
http://localhost:9001/xcx/contact/update
请求参数
参数名
类型
描述
必填
id
int
示例:22
必填
contactname
string
示例:测试修改联系人
必填
email
string
示例:888@qq.com
必填
mobile
string
示例:13303321575
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:200
必填