Authorization: Bearer ********************
{
"group_id": 0
}
curl --location --request GET 'http://127.0.0.1:3000/get_group_system_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0
}'
{
"status": "ok",
"retcode": 0,
"data": {
"invited_requests": [
{
"request_id": 1729175034613589,
"invitor_uin": 379450326,
"invitor_nick": "--",
"group_id": 518662028,
"group_name": "LLOneBot",
"checked": true,
"actor": 379450326
}
],
"join_requests": [
{
"request_id": 1730027829687169,
"requester_uin": 379450326,
"requester_nick": "不",
"message": "问题:你为什么要加群?\n答案:加群测试",
"group_id": 518662028,
"group_name": "test",
"checked": false,
"actor": 0
}
]
},
"message": "",
"wording": ""
}