{
"group_id": 0
}
curl --location --request POST '/_get_group_notice' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0
}'
{
"status": "ok",
"retcode": 0,
"data": [
{
"notice_id": "63491e2f000000004f4d1e677d2b0200",
"sender_id": 123,
"publish_time": 1730039119,
"message": {
"text": "这是一条神奇的群公告",
"image": [
{
"id": "aJJBbZ6BqyLiaC1kmpvIWGBBkJerEfpRBHX5Brxbaurs",
"height": "400",
"width": "400"
}
]
}
}
],
"message": "",
"wording": "",
"echo": null
}