mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-03 09:12:09 +08:00
fix: lint error
This commit is contained in:
parent
0764c52ffb
commit
3935bd7b41
@ -1,23 +1,22 @@
|
||||
// 云村星评馆 - 简要评论列表
|
||||
module.exports = (query, request) => {
|
||||
const data = {
|
||||
cursor: JSON.stringify({
|
||||
offset: 0,
|
||||
blockCodeOrderList: ['HOMEPAGE_BLOCK_NEW_HOT_COMMENT'],
|
||||
refresh: true,
|
||||
}),
|
||||
}
|
||||
return request(
|
||||
'POST',
|
||||
`https://interface3.music.163.com/eapi/homepage/block/page`,
|
||||
data,
|
||||
{
|
||||
crypto: 'eapi',
|
||||
cookie: query.cookie,
|
||||
proxy: query.proxy,
|
||||
url: '/api/homepage/block/page',
|
||||
realIP: query.realIP,
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
// 云村星评馆 - 简要评论列表
|
||||
module.exports = (query, request) => {
|
||||
const data = {
|
||||
cursor: JSON.stringify({
|
||||
offset: 0,
|
||||
blockCodeOrderList: ['HOMEPAGE_BLOCK_NEW_HOT_COMMENT'],
|
||||
refresh: true,
|
||||
}),
|
||||
}
|
||||
return request(
|
||||
'POST',
|
||||
`https://interface3.music.163.com/eapi/homepage/block/page`,
|
||||
data,
|
||||
{
|
||||
crypto: 'eapi',
|
||||
cookie: query.cookie,
|
||||
proxy: query.proxy,
|
||||
url: '/api/homepage/block/page',
|
||||
realIP: query.realIP,
|
||||
},
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user