{
"type": "sendMusicMessage",
"params": {
"robotId": "当前机器人微信ID",
"instanceId": "实例id 和 robotId 二者填一者就可以",
"wxId": "接收方微信id",
"title": "卡片标题",
"author": "卡片内容",
"jumpUrl": "https://music.163.com/#/outchain/2/1851471702/",
"musicUrl": "https://m10.music.126.net/20240524220753/0afc76cedf25edcceb927df94fd790b2/ymusic/060e/0552/515b/1dba6f94c2281e06ea53f12bf9492905.mp3",
"imageUrl": "http://p2.music.126.net/5QqPaUiTnTVxB5dZxDX3_Q==/109951165266634946.jpg?param=90y90",
"app": "wx5aa333606550dfd5"
}
}
curl --location --request POST 'http://localhost:10001/api/processor' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "sendMusicMessage",
"params": {
"robotId": "当前机器人微信ID",
"instanceId": "实例id 和 robotId 二者填一者就可以",
"wxId": "接收方微信id",
"title": "卡片标题",
"author": "卡片内容",
"jumpUrl": "https://music.163.com/#/outchain/2/1851471702/",
"musicUrl": "https://m10.music.126.net/20240524220753/0afc76cedf25edcceb927df94fd790b2/ymusic/060e/0552/515b/1dba6f94c2281e06ea53f12bf9492905.mp3",
"imageUrl": "http://p2.music.126.net/5QqPaUiTnTVxB5dZxDX3_Q==/109951165266634946.jpg?param=90y90",
"app": "wx5aa333606550dfd5"
}
}'
{
"code": 200,
"description": "发送成功",
"time": 1716704721419,
"data": {
"robotId": "string",
"instanceId": "string"
}
}