event.js 208 字节
Newer Older
N
Nzix 已提交
1
// 动态
N
Nzix 已提交
2 3 4 5 6 7 8

module.exports = (query, request) => {
    return request(
        'POST', `http://music.163.com/weapi/v1/event/get`, {},
        {crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
    )
}