增加创建共享歌单的用法

This commit is contained in:
chen_10
2021-11-23 15:42:46 +08:00
parent 8d7c147696
commit 0f27e22656
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ module.exports = (query, request) => {
const data = {
name: query.name,
privacy: query.privacy, //0 为普通歌单10 为隐私歌单
type: query.type || 'NORMAL', // NORMAL|VIDEO
type: query.type || 'NORMAL', // NORMAL|VIDEO|SHARED
}
return request('POST', `https://music.163.com/api/playlist/create`, data, {
crypto: 'weapi',