修改入群欢迎
POST
/open/roomWelcome/editRoomWelcome请求参数
Header 参数
access-key
string
访问令牌
示例值:
21177087e2b5486392bdacd8211785b7
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
content
string
回复内容
groupId
integer
群Id
isAt
integer
是否@群成员
msgType
string
消息类型
replyId
integer
回复Id
sort
integer
排序值
示例
{
"content": "欢迎来到我的群",
"groupId": 1,
"isAt": 1,
"msgType": "txt",
"replyId": 1,
"sort": 1
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
响应说明
data
integer
响应编码
msg
string
响应内容
示例
{
"code": 200,
"msg": "执行成功",
"data": null
}
最后修改时间: 9 个月前