mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
修复私信音乐接口出现风险提示的问题 #1016
This commit is contained in:
parent
0e1c7eec3d
commit
4def4dcbaf
@ -1,4 +1,7 @@
|
||||
# 更新日志
|
||||
### 3.46.1 | 2020.11.7
|
||||
- 修复私信音乐接口出现风险提示的问题
|
||||
|
||||
### 3.46.0 | 2020.11.7
|
||||
- 添加私信音乐接口 [#1016](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/1016)
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
// 私信歌曲
|
||||
|
||||
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 || '',
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "NeteaseCloudMusicApi",
|
||||
"version": "3.46.0",
|
||||
"version": "3.46.1",
|
||||
"description": "网易云音乐 NodeJS 版 API",
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user