Authorization: Bearer ********************
{
"group_id": 0
}
curl --location --request POST 'http://127.0.0.1:3000/_get_group_notice' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0
}'
{
"status": "ok",
"retcode": 0,
"data": [
{
"sender_id": 721011692,
"publish_time": 1729688018,
"message": {
"text": "群公告",
"images": [
{
"height": "1600",
"width": "2560",
"id": "gwNt8bqQaMVgBfwRpIzBaU33nkPR6pV9gAteoYgJ4Iw" // 图片url为https://gdynamic.qpic.cn/gdynamic/<id>/0
}
]
}
},
{
"sender_id": 721011692,
"publish_time": 1715773267,
"message": {
"text": "asdf",
"images": []
}
}
],
"message": "",
"wording": ""
}