{
"appId": "{{appid}}",
"chatroomId": "34757816141@chatroom"
}
curl --location --request POST '/group/getChatroomAnnouncement' \
--header 'X-GEWE-TOKEN: {{gewe-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}",
"chatroomId": "34757816141@chatroom"
}'
{
"ret": 200,
"msg": "操作成功",
"data": {
"announcement": "群公告哈",
"announcementEditor": "zhangchuan2288",
"publishTime": 1703839509
}
}