mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-06 23:02:07 +08:00
add eslint
This commit is contained in:
@ -2,18 +2,18 @@
|
||||
|
||||
module.exports = (query, request) => {
|
||||
const data = {
|
||||
beforeTime: query.before || "-1",
|
||||
beforeTime: query.before || '-1',
|
||||
limit: query.limit || 30,
|
||||
total: "true",
|
||||
total: 'true',
|
||||
uid: query.uid
|
||||
};
|
||||
|
||||
return request(
|
||||
"POST",
|
||||
'POST',
|
||||
`https://music.163.com/api/v1/user/comments/${query.uid}`,
|
||||
data,
|
||||
{
|
||||
crypto: "weapi",
|
||||
crypto: 'weapi',
|
||||
cookie: query.cookie,
|
||||
proxy: query.proxy
|
||||
}
|
||||
|
Reference in New Issue
Block a user