mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
fix: playlist-detail api can't get all tracks , update source api
This commit is contained in:
parent
3afe5fae7c
commit
a3d87faa7f
@ -12,7 +12,7 @@ router.get("/", (req, res) => {
|
|||||||
|
|
||||||
createWebAPIRequest(
|
createWebAPIRequest(
|
||||||
"music.163.com",
|
"music.163.com",
|
||||||
"/weapi/v3/playlist/detail",
|
`/api/playlist/detail?id=${req.query.id}`,
|
||||||
"POST",
|
"POST",
|
||||||
data,
|
data,
|
||||||
cookie,
|
cookie,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user