curl --location --request POST '/_get_group_notice' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "123456"
}'{
"status": "ok",
"retcode": 0,
"data": [
{
"notice_id": "notice_123",
"sender_id": 123456,
"publish_time": 1710000000,
"message": {
"text": "公告内容",
"image": []
}
}
],
"message": "",
"wording": "",
"stream": "normal-action"
}