提交 35cfbbb2 编写于 作者: B binaryify

fix eslint error

上级 36e8573a
...@@ -6,15 +6,10 @@ module.exports = (query, request) => { ...@@ -6,15 +6,10 @@ module.exports = (query, request) => {
limit: query.limit || 20, limit: query.limit || 20,
offset: query.offset || 0, offset: query.offset || 0,
} }
return request( return request('POST', `https://music.163.com/weapi/artist/fans/get`, data, {
'POST',
`https://music.163.com/weapi/artist/fans/get`,
data,
{
crypto: 'weapi', crypto: 'weapi',
cookie: query.cookie, cookie: query.cookie,
proxy: query.proxy, proxy: query.proxy,
realIP: query.realIP, realIP: query.realIP,
}, })
)
} }
...@@ -15,5 +15,4 @@ module.exports = (query, request) => { ...@@ -15,5 +15,4 @@ module.exports = (query, request) => {
realIP: query.realIP, realIP: query.realIP,
}, },
) )
} }
\ No newline at end of file
...@@ -15,5 +15,4 @@ module.exports = (query, request) => { ...@@ -15,5 +15,4 @@ module.exports = (query, request) => {
realIP: query.realIP, realIP: query.realIP,
}, },
) )
} }
\ No newline at end of file
...@@ -2,16 +2,10 @@ ...@@ -2,16 +2,10 @@
module.exports = (query, request) => { module.exports = (query, request) => {
const data = {} const data = {}
return request( return request('POST', `https://music.163.com/weapi/cloudbean/get`, data, {
'POST',
`https://music.163.com/weapi/cloudbean/get`,
data,
{
crypto: 'weapi', crypto: 'weapi',
cookie: query.cookie, cookie: query.cookie,
proxy: query.proxy, proxy: query.proxy,
realIP: query.realIP, realIP: query.realIP,
}, })
) }
}
\ No newline at end of file
...@@ -16,5 +16,4 @@ module.exports = (query, request) => { ...@@ -16,5 +16,4 @@ module.exports = (query, request) => {
realIP: query.realIP, realIP: query.realIP,
}, },
) )
} }
\ No newline at end of file
...@@ -14,4 +14,3 @@ module.exports = (query, request) => { ...@@ -14,4 +14,3 @@ module.exports = (query, request) => {
}, },
) )
} }
\ No newline at end of file
...@@ -17,4 +17,3 @@ module.exports = (query, request) => { ...@@ -17,4 +17,3 @@ module.exports = (query, request) => {
}, },
) )
} }
\ No newline at end of file
...@@ -13,5 +13,4 @@ module.exports = (query, request) => { ...@@ -13,5 +13,4 @@ module.exports = (query, request) => {
realIP: query.realIP, realIP: query.realIP,
}, },
) )
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册