mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-04 04:32:09 +08:00
fix lint error
This commit is contained in:
parent
d8abac46d2
commit
5e7beb8203
@ -1,28 +1,27 @@
|
|||||||
// 新版歌词 - 包含逐字歌词
|
// 新版歌词 - 包含逐字歌词
|
||||||
|
|
||||||
module.exports = (query, request) => {
|
module.exports = (query, request) => {
|
||||||
const data = {
|
const data = {
|
||||||
id: query.id,
|
id: query.id,
|
||||||
cp: false,
|
cp: false,
|
||||||
tv: 0,
|
tv: 0,
|
||||||
lv: 0,
|
lv: 0,
|
||||||
rv: 0,
|
rv: 0,
|
||||||
kv: 0,
|
kv: 0,
|
||||||
yv: 0,
|
yv: 0,
|
||||||
ytv: 0,
|
ytv: 0,
|
||||||
yrv: 0
|
yrv: 0,
|
||||||
}
|
|
||||||
return request(
|
|
||||||
'POST',
|
|
||||||
`https://interface3.music.163.com/eapi/song/lyric/v1`,
|
|
||||||
data,
|
|
||||||
{
|
|
||||||
crypto: 'eapi',
|
|
||||||
cookie: query.cookie,
|
|
||||||
proxy: query.proxy,
|
|
||||||
realIP: query.realIP,
|
|
||||||
url: '/api/song/lyric/v1'
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
return request(
|
||||||
|
'POST',
|
||||||
|
`https://interface3.music.163.com/eapi/song/lyric/v1`,
|
||||||
|
data,
|
||||||
|
{
|
||||||
|
crypto: 'eapi',
|
||||||
|
cookie: query.cookie,
|
||||||
|
proxy: query.proxy,
|
||||||
|
realIP: query.realIP,
|
||||||
|
url: '/api/song/lyric/v1',
|
||||||
|
},
|
||||||
|
)
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user