wxhook

微信


转发网易云音乐

[TOC]

简要描述
  • 转发网易云音乐
请求URL
  • http://localhost:30001/FowardMusicMsg
请求方式
  • POST
参数
参数名 必选 类型 说明
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
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML