发送群聊自定义音乐卡片
POST
/send_group_msg
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/send_group_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"message": [
{
"type": "music",
"data": {
"type": "custom",
"url": "string",
"audio": "string",
"title": "string",
"image": "string"
}
}
]
}'
响应示例响应示例
{
"status": "ok",
"retcode": 0,
"data": {
"message_id": 0
},
"message": "string",
"wording": "string",
"echo": "string"
}
请求参数
Body 参数application/json