mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 02:52:07 +08:00
This commit is contained in:
@ -5,8 +5,9 @@ module.exports = (query, request) => {
|
||||
const data = {
|
||||
name: query.name,
|
||||
privacy: query.privacy, //0 为普通歌单,10 为隐私歌单
|
||||
type: query.type || 'NORMAL', // NORMAL|VIDEO
|
||||
}
|
||||
return request('POST', `https://music.163.com/weapi/playlist/create`, data, {
|
||||
return request('POST', `https://music.163.com/api/playlist/create`, data, {
|
||||
crypto: 'weapi',
|
||||
cookie: query.cookie,
|
||||
proxy: query.proxy,
|
||||
|
Reference in New Issue
Block a user