提交 49b3b46c 编写于 作者: B binaryify 提交者: GitHub

Merge pull request #416 from BySyang/master

更新 搜索建议 接口
......@@ -5,7 +5,7 @@ module.exports = (query, request) => {
s: query.keywords || ''
}
return request(
'POST', `https://music.163.com/weapi/search/suggest/web`, data,
'POST', `https://music.163.com/weapi/search/suggest/keyword`, data,
{crypto: 'weapi', 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.
先完成此消息的编辑!
想要评论请 注册