mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 02:32:06 +08:00
feat: realIP option
This commit is contained in:
@ -5,9 +5,9 @@ module.exports = (query, request) => {
|
||||
beforeTime: query.before || '-1',
|
||||
limit: query.limit || 30,
|
||||
total: 'true',
|
||||
uid: query.uid
|
||||
};
|
||||
|
||||
uid: query.uid,
|
||||
}
|
||||
|
||||
return request(
|
||||
'POST',
|
||||
`https://music.163.com/api/v1/user/comments/${query.uid}`,
|
||||
@ -15,7 +15,8 @@ module.exports = (query, request) => {
|
||||
{
|
||||
crypto: 'weapi',
|
||||
cookie: query.cookie,
|
||||
proxy: query.proxy
|
||||
proxy: query.proxy,
|
||||
realIP: query.realIP,
|
||||
}
|
||||
);
|
||||
};
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user