forked from Binaryify/NeteaseCloudMusicApi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Binaryify/master
同一天
- Loading branch information
Showing
13 changed files
with
4,256 additions
and
4,122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
|
||
## 环境要求 | ||
|
||
需要 NodeJS 12+ 环境 | ||
需要 NodeJS 14+ 环境 | ||
|
||
## 安装 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// 云村星评馆 - 简要评论列表 | ||
module.exports = (query, request) => { | ||
const data = { | ||
cursor: JSON.stringify({ | ||
offset: 0, | ||
blockCodeOrderList: ['HOMEPAGE_BLOCK_NEW_HOT_COMMENT'], | ||
refresh: true, | ||
}), | ||
} | ||
return request( | ||
'POST', | ||
`https://interface3.music.163.com/eapi/homepage/block/page`, | ||
data, | ||
{ | ||
crypto: 'eapi', | ||
cookie: query.cookie, | ||
proxy: query.proxy, | ||
url: '/api/homepage/block/page', | ||
realIP: query.realIP, | ||
}, | ||
) | ||
} |
Oops, something went wrong.
403d946
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
netease-cloud-music-api – ./
netease-cloud-music-api-git-master-lanhuangjg.vercel.app
netease-cloud-music-api-tawny-five.vercel.app
netease-cloud-music-api-lanhuangjg.vercel.app
netease.lanhuang.top