更新
POST
/webtenant/system/qywx/contact/edit请求参数
Body 参数application/json
configId
string
可选
企业联系方式的配置id
contactUser
array[string]
联系人IDS
enable
boolean
可选
是否启用 true启用 false禁用
focusArticle
string
关注文案
id
integer <int64>
主键ID
party
array [object]
部门
remark
string
备注
skipVerify
boolean
可选
学员添加时无需经过确认自动成为好友 true无需确认 false需要确认
type
integer <int32>
可选
联系方式类型,1-单人, 2-多人
user
array [object]
使用人员
示例
{
"configId": "string",
"contactUser": [
"string"
],
"enable": true,
"focusArticle": "string",
"id": 0,
"party": [
{}
],
"remark": "string",
"skipVerify": true,
"type": 0,
"user": [
{}
]
}
示例代码
返回响应
成功(200)
成功(201)
没有权限(401)
禁止访问(403)
记录不存在(404)
HTTP 状态码: 200
内容格式: JSON*/*
OK
数据结构
code
integer <int32>
可选
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"msg": "string",
"traceId": "string"
}
最后修改时间: 3 days ago