Skip to content

Commit

Permalink
docs: 获取 cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
chen310 committed Mar 17, 2022
1 parent 751f783 commit 2d88bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ REGION 默认为 `ap-guangzhou` ,可选的地域详见[地域列表](https://c

如果同时填写了账号密码和 `cookie`, 会优先使用 cookie 登录,如果 cookie 填写有误或失效,会尝试使用账号密码登录。

cookie 获取方式:首先在网页登录[网易云音乐](https://music.163.com/),然后按 `F12` 来获取 cookie,可以只复制 `MUSIC_U` 的那部分
cookie 获取方式:首先在网页登录[网易云音乐](https://music.163.com/),然后按 `F12` 打开开发人员工具,再按 `F5` 刷新页面,最后按照以下步骤来获取 cookie,可以只复制 `MUSIC_U` 的那部分

![Cookie](https://cdn.jsdelivr.net/gh/chen310/NeteaseCloudMusicTasks/public/img/cookie.png)

Expand Down

0 comments on commit 2d88bc5

Please sign in to comment.