Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
修复私信音乐接口出现风险提示的问题 #1016
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Nov 7, 2020
1 parent 0e1c7ee commit 4def4dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 更新日志
### 3.46.1 | 2020.11.7
- 修复私信音乐接口出现风险提示的问题

### 3.46.0 | 2020.11.7
- 添加私信音乐接口 [#1016](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/1016)

Expand Down
3 changes: 2 additions & 1 deletion module/send_song.js
Original file line number Diff line number Diff line change
@@ -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 || '',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "3.46.0",
"version": "3.46.1",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
Expand Down

1 comment on commit 4def4dc

@vercel
Copy link

@vercel vercel bot commented on 4def4dc Nov 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.