mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-08 06:12:08 +08:00
fix eslint error
This commit is contained in:
@ -6,15 +6,10 @@ module.exports = (query, request) => {
|
||||
limit: query.limit || 20,
|
||||
offset: query.offset || 0,
|
||||
}
|
||||
return request(
|
||||
'POST',
|
||||
`https://music.163.com/weapi/artist/fans/get`,
|
||||
data,
|
||||
{
|
||||
return request('POST', `https://music.163.com/weapi/artist/fans/get`, data, {
|
||||
crypto: 'weapi',
|
||||
cookie: query.cookie,
|
||||
proxy: query.proxy,
|
||||
realIP: query.realIP,
|
||||
},
|
||||
)
|
||||
})
|
||||
}
|
||||
|
@ -15,5 +15,4 @@ module.exports = (query, request) => {
|
||||
realIP: query.realIP,
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -15,5 +15,4 @@ module.exports = (query, request) => {
|
||||
realIP: query.realIP,
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -2,16 +2,10 @@
|
||||
|
||||
module.exports = (query, request) => {
|
||||
const data = {}
|
||||
return request(
|
||||
'POST',
|
||||
`https://music.163.com/weapi/cloudbean/get`,
|
||||
data,
|
||||
{
|
||||
return request('POST', `https://music.163.com/weapi/cloudbean/get`, data, {
|
||||
crypto: 'weapi',
|
||||
cookie: query.cookie,
|
||||
proxy: query.proxy,
|
||||
realIP: query.realIP,
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
})
|
||||
}
|
||||
|
@ -16,5 +16,4 @@ module.exports = (query, request) => {
|
||||
realIP: query.realIP,
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -14,4 +14,3 @@ module.exports = (query, request) => {
|
||||
},
|
||||
)
|
||||
}
|
||||
|
@ -17,4 +17,3 @@ module.exports = (query, request) => {
|
||||
},
|
||||
)
|
||||
}
|
||||
|
@ -13,5 +13,4 @@ module.exports = (query, request) => {
|
||||
realIP: query.realIP,
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user