mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 00:22:07 +08:00
feat: realIP option
This commit is contained in:
@ -4,11 +4,12 @@ module.exports = (query, request) => {
|
||||
const data = {
|
||||
offset: query.offset || 0,
|
||||
limit: query.limit || 30,
|
||||
total: 'true'
|
||||
};
|
||||
total: 'true',
|
||||
}
|
||||
return request('POST', `https://music.163.com/api/forwards/get`, data, {
|
||||
crypto: 'weapi',
|
||||
cookie: query.cookie,
|
||||
proxy: query.proxy
|
||||
});
|
||||
};
|
||||
proxy: query.proxy,
|
||||
realIP: query.realIP,
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user