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

fix eslint error

上级 36e8573a
......@@ -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,
},
)
}
\ No newline at end of file
}
......@@ -15,5 +15,4 @@ module.exports = (query, request) => {
realIP: query.realIP,
},
)
}
\ No newline at end of file
}
......@@ -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,
},
)
}
\ No newline at end of file
})
}
......@@ -16,5 +16,4 @@ module.exports = (query, request) => {
realIP: query.realIP,
},
)
}
\ No newline at end of file
}
......@@ -14,4 +14,3 @@ module.exports = (query, request) => {
},
)
}
\ No newline at end of file
......@@ -17,4 +17,3 @@ module.exports = (query, request) => {
},
)
}
\ No newline at end of file
......@@ -13,5 +13,4 @@ module.exports = (query, request) => {
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.
先完成此消息的编辑!
想要评论请 注册