feat: realIP option
This commit is contained in:
@@ -5,13 +5,17 @@ module.exports = (query, request) => {
|
||||
groupId: query.id,
|
||||
offset: query.offset || 0,
|
||||
need_preview_url: 'true',
|
||||
total: true
|
||||
total: true,
|
||||
}
|
||||
return request(
|
||||
'POST', `https://music.163.com/api/videotimeline/videogroup/otherclient/get`, data, {
|
||||
'POST',
|
||||
`https://music.163.com/api/videotimeline/videogroup/otherclient/get`,
|
||||
data,
|
||||
{
|
||||
crypto: 'weapi',
|
||||
cookie: query.cookie,
|
||||
proxy: query.proxy
|
||||
proxy: query.proxy,
|
||||
realIP: query.realIP,
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user