获取群公告
POST
/gewe/v2/api/group/getChatroomAnnouncement请求参数
Header 参数
X-GEWE-TOKEN
string
必需
示例值:
{{gewe-token}}
Body 参数application/json
appId
string
设备ID
chatroomId
string
群ID
示例
{
"appId": "{{appid}}",
"chatroomId": "34757816141@chatroom"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
ret
integer
必需
msg
string
必需
data
object
必需
announcement
string
群公告内容
announcementEditor
string
必需
群公告作者的wxid
publishTime
integer
群公告发布时间
示例
{
"ret": 200,
"msg": "操作成功",
"data": {
"announcement": "群公告哈",
"announcementEditor": "zhangchuan2288",
"publishTime": 1703839509
}
}
最后修改时间: 7 个月前