curl --location --request POST 'http://127.0.0.1:3000/send_group_forward_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 12345,
"messages": [
{
"type": "node",
"data": {
"uin": 379450326,
"name": "喵喵喵",
"content": [
{
"type": "text",
"data": {
"text": "hahahah"
}
},
{
"type": "image",
"data": {
"file": "http://i0.hdslb.com/bfs/archive/c8fd97a40bf79f03e7b76cbc87236f612caef7b2.png"
}
}
]
}
}
]
}'
{
"status": "ok",
"retcode": 0,
"data": {
"message_id": 2026505362,
"forward_id": "zUfJpEhzJgXxJID2cIwUoiRk7dMLSgnbhwb8yPrPz8iK6IsBn2uUQArcosp4WrNH"
},
"message": "",
"wording": ""
}