{
"group_id": "接收消息群qq号",
"message": [
{
"type": "text",
"data": {
"text": "群聊文本消息测试发送"
}
}
]
}curl --location --request POST 'http://localhost:3000/send_group_msg' \
--header 'Authorization: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "接收消息群qq号",
"message": [
{
"type": "text",
"data": {
"text": "群聊文本消息测试发送"
}
}
]
}'{}