Authorization: Bearer ********************{
"group_id": 379450326,
"message": [
{
"type": "reply",
"data": {
"id": 1263753202
}
},
{
"type": "text",
"data": {
"text": "回复你了"
}
}
]
}curl --location --request POST 'https://shbot-api.wzstack.com/send_group_msg' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 379450326,
"message": [
{
"type": "reply",
"data": {
"id": 1263753202
}
},
{
"type": "text",
"data": {
"text": "回复你了"
}
}
]
}'{
"status": "ok",
"retcode": 0,
"data": {
"message_id": 696124706
},
"message": "",
"wording": ""
}