发送私聊自定义音乐卡片
POST
/send_private_msg视频不能超过100M
请求参数
Body 参数application/json
user_id
integer
必需
message
array [object {2}]
必需
type
enum<string>
必需
枚举值:
music
data
object
可选
示例
{
"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"
}
}
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
string
必需
retcode
integer
必需
data
object
必需
message_id
integer
必需
message
string
必需
wording
string
必需
示例
{
"status": "ok",
"retcode": 0,
"data": {
"message_id": 696124706
},
"message": "",
"wording": ""
}
最后修改时间: 13 天前