修改加好友设置接口
POST
/open/addFriendSetting/editAddFriend请求参数
Header 参数
access-key
string
访问令牌
示例值:
21177087e2b5486392bdacd8211785b7
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
id
integer
设置id
addType
integer
必需
通过设置;0关闭,1自动通过,2关键词
keyword
string
关键词
matchType
integer
必需
匹配规则;1相等,2模糊,3正则
thenType
integer
必需
通过后操作;0不处理,1回复消息,2主动拉群
replyType
integer
可选
回复类型;0不发送,1全部发送,2随机发送
addGroupId
integer
拉群的群id
示例
{
"id": "1",
"addType": 2,
"keyword": "加我",
"matchType": 2,
"thenType": 2,
"replyType": 2,
"addGroupId": 1
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
响应说明
data
integer
响应编码
msg
string
响应内容
示例
{
"code": 200,
"msg": "执行成功",
"data": null
}
最后修改时间: 9 个月前