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
0764c52ffb
commit
3935bd7b41
@ -1,23 +1,22 @@
|
|||||||
// 云村星评馆 - 简要评论列表
|
// 云村星评馆 - 简要评论列表
|
||||||
module.exports = (query, request) => {
|
module.exports = (query, request) => {
|
||||||
const data = {
|
const data = {
|
||||||
cursor: JSON.stringify({
|
cursor: JSON.stringify({
|
||||||
offset: 0,
|
offset: 0,
|
||||||
blockCodeOrderList: ['HOMEPAGE_BLOCK_NEW_HOT_COMMENT'],
|
blockCodeOrderList: ['HOMEPAGE_BLOCK_NEW_HOT_COMMENT'],
|
||||||
refresh: true,
|
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,
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
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