mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 03:42:07 +08:00
增加创建共享歌单的用法
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user