mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-23 15:43:10 +00:00
增加动态消息接口
This commit is contained in:
parent
0d122d3753
commit
4a8008761a
@ -1,4 +1,7 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
### 2.5.6 | 2017.5.14
|
||||||
|
增加动态消息接口
|
||||||
|
|
||||||
### 2.5.5 | 2017.5.10
|
### 2.5.5 | 2017.5.10
|
||||||
修复 mv 排行榜接口崩溃问题
|
修复 mv 排行榜接口崩溃问题
|
||||||
|
|
||||||
|
6
app.js
6
app.js
@ -74,6 +74,9 @@ app.use("/dj/recommend", require("./router/dj_recommend"))
|
|||||||
//精选电台-分类电台
|
//精选电台-分类电台
|
||||||
app.use("/dj/recommend/type", require("./router/dj_recommend_type"))
|
app.use("/dj/recommend/type", require("./router/dj_recommend_type"))
|
||||||
|
|
||||||
|
//获取动态
|
||||||
|
app.use("/event", require("./router/event"))
|
||||||
|
|
||||||
//垃圾桶
|
//垃圾桶
|
||||||
app.use("/fm_trash", require("./router/fm_trash"))
|
app.use("/fm_trash", require("./router/fm_trash"))
|
||||||
|
|
||||||
@ -234,8 +237,7 @@ app.use('/user/subcount', require('./router/user_subcount'))
|
|||||||
|
|
||||||
app.use("/user/record", require("./router/user_playrecord"))
|
app.use("/user/record", require("./router/user_playrecord"))
|
||||||
|
|
||||||
//获取动态
|
|
||||||
app.use("/event", require("./router/event"))
|
|
||||||
|
|
||||||
const port = process.env.PORT || 3000
|
const port = process.env.PORT || 3000
|
||||||
|
|
||||||
|
@ -253,7 +253,7 @@ $ set PORT=4000 && node app.js
|
|||||||
`/user/record?uid=32953014&type=1`
|
`/user/record?uid=32953014&type=1`
|
||||||
|
|
||||||
### 获取动态消息
|
### 获取动态消息
|
||||||
说明:调用此接口,可获取各种动态
|
说明:调用此接口,可获取各种动态,对应网页版网易云,朋友界面里的各种动态消息,如分享的视频,音乐,照片等!
|
||||||
|
|
||||||
**必选参数:**
|
**必选参数:**
|
||||||
未知
|
未知
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NeteaseCloudMusicApi",
|
"name": "NeteaseCloudMusicApi",
|
||||||
"version": "2.5.5",
|
"version": "2.5.6",
|
||||||
"description": "网易云音乐 NodeJS 版 API",
|
"description": "网易云音乐 NodeJS 版 API",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user