mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-03 13:42:09 +08:00
fix mv api error
This commit is contained in:
parent
f4df416ba4
commit
be2e0dd05a
1
app.js
1
app.js
@ -14,7 +14,6 @@ const app = express()
|
|||||||
// })
|
// })
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 获取专辑内容
|
// 获取专辑内容
|
||||||
app.use('/album', require('./router/album'))
|
app.use('/album', require('./router/album'))
|
||||||
|
|
||||||
|
@ -20,7 +20,6 @@ router.get("/", (req, res) => {
|
|||||||
music_req => {
|
music_req => {
|
||||||
res.setHeader("Content-Type", "application/json")
|
res.setHeader("Content-Type", "application/json")
|
||||||
res.send(music_req)
|
res.send(music_req)
|
||||||
console.log(Object.keys(JSON.parse(music_req).result))
|
|
||||||
},
|
},
|
||||||
err => res.status(502).send('fetch error')
|
err => res.status(502).send('fetch error')
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user