提交 0e8fa1b9 编写于 作者: J jiakang

增加转发动态接口

上级 34c92dde
// ת̬
const crypto = require('crypto')
module.exports = (query, request) => {
query.cookie.os = 'osx'
const data = {
forwards: query.forwards,
id: query.id,
eventUserId: query.eventUserId,
checkToken:query.checkToken
}
return request(
'POST', `https://music.163.com/weapi/event/forward`, data,
{crypto: 'weapi', ua: 'pc', cookie: query.cookie, proxy: query.proxy}
)
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册