提交 a9f0f3e5 编写于 作者: L Liu Enze

增加videogroup的获取

上级 0ea4d23b
// 视频链接
module.exports = (query, request) => {
const data = {
groupId: query.id,
name: query.name,
offset: 0,
needUrl: true,
resolution: query.res || 1080
}
return request(
'POST', `https://music.163.com/weapi/videotimeline/videogroup/get`, data, {
crypto: 'weapi',
cookie: query.cookie,
proxy: query.proxy
}
)
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册