提交 d670a452 编写于 作者: B binaryify

add share_friend

上级 634a8a85
// 分享歌曲到动态
module.exports = (query, request) => {
const data = {
type: "song",
msg: query.msg,
id: query.id || ""
};
return request(
"POST",
`http://music.163.com/weapi/share/friends/resource`,
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.
先完成此消息的编辑!
想要评论请 注册