Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

非会员收藏VIP或付费歌曲到歌单 #860

Closed
DJAlejandro opened this issue Jul 30, 2020 · 0 comments
Closed

非会员收藏VIP或付费歌曲到歌单 #860

DJAlejandro opened this issue Jul 30, 2020 · 0 comments

Comments

@DJAlejandro
Copy link

DJAlejandro commented Jul 30, 2020

举例:以添加付费歌曲到自有列表

添加一首时会报512错误

instance
        .get("/playlist/tracks", {
          params: {
            op: "add",
            pid,
            tracks: "1465111714",
          },
        })

Uncaught (in promise) Error: Request failed with status code 512

添加多首时(例如添加的整张专辑歌曲均为付费歌曲时)不会报错

instance
        .get("/playlist/tracks", {
          params: {
            op: "add",
            pid,
            tracks: "1465111714,1465114419",
          },
        })

网易云官方:
1.网页端
非会员 收藏VIP或付费歌曲到歌单时,会根据fee字段跳出付费窗口。也就是非会员在网页端无法收藏VIP或付费歌曲到自有歌单

2.PC软件端
非会员可以收藏VIP或付费歌曲到自有歌单

/playlist/tracks :
/playlist/tracks?op=add接口经测试无法收藏一首VIP或付费歌曲到自有歌单,

Q: /playlist/tracks非会员能收藏一首VIP或付费歌曲到自有歌单吗【非会员】

错误码512
小Q截图-20200730162012

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants