Authorization: Bearer ********************
{
"user_id": 379450326,
"message": [
{
"type": "music",
"data": {
"type": "custom",
"url": "https://music.qq.com",
"audio": "http://192.168.1.5:8000/1.mp3",
"title": "花之歌?",
"image": "https://g.gtimg.cn/music/photo_new/T057XD001000ZH2Pm0IsyvJ.png"
}
}
]
}
curl --location --request POST 'http://127.0.0.1:3000/send_private_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 379450326,
"message": [
{
"type": "music",
"data": {
"type": "custom",
"url": "https://music.qq.com",
"audio": "http://192.168.1.5:8000/1.mp3",
"title": "花之歌?",
"image": "https://g.gtimg.cn/music/photo_new/T057XD001000ZH2Pm0IsyvJ.png"
}
}
]
}'
{
"status": "ok",
"retcode": 0,
"data": {
"message_id": 696124706
},
"message": "",
"wording": ""
}