提交 4def4dcb 编写于 作者: B binaryify

修复私信音乐接口出现风险提示的问题 #1016

上级 0e1c7eec
# 更新日志
### 3.46.1 | 2020.11.7
- 修复私信音乐接口出现风险提示的问题
### 3.46.0 | 2020.11.7
- 添加私信音乐接口 [#1016](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/1016)
......
// 私信歌曲
module.exports = (query, request) => {
// query.cookie.os = 'pc'
query.cookie.os = 'ios'
query.cookie.appver = '7.3.27'
const data = {
id: query.id,
msg: query.msg || '',
......
{
"name": "NeteaseCloudMusicApi",
"version": "3.46.0",
"version": "3.46.1",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册