[TOC]
简要描述
请求URL
http://localhost:30001/FowardMusicMsg
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
towxid |
是 |
string |
接收方微信ID/群ID |
imgpath |
是 |
string |
本地图片用作封面 |
title |
否 |
string |
标题 |
desc |
是 |
string |
描述 |
url |
是 |
string |
音乐页面地址 |
dataurl |
否 |
string |
音乐真实地址 |
发送示例
{
"towxid": "filehelper",
"imgpath": "C:\\1.jpg",
"title": "测试音乐",
"desc": "测试描述",
"url": "http://music.163.com/#/song?id=409060875",
"dataurl": "http://m10.music.126.net/20220324122135/6fc5ea93e8fa60bb2a385f112f6c8827/ymusic/2ff2/3c7f/85a0/099e067ecb7661c53ed76d841abb3562.mp3"
}
返回示例
{
"success": "1",
}
返回参数说明
参数名 |
类型 |
说明 |
success |
string |
成功返回1 失败返回 0 |
备注