mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 00:12:07 +08:00
improve
This commit is contained in:
@ -16,8 +16,6 @@ router.get("/", (req, res) => {
|
||||
cookie,
|
||||
music_req => {
|
||||
res.send(music_req)
|
||||
console.log(Object.keys(JSON.parse(music_req)))
|
||||
console.log(JSON.parse(music_req).comments.length)//100
|
||||
},
|
||||
err => res.status(502).send('fetch error')
|
||||
)
|
||||
|
Reference in New Issue
Block a user