Skip to content

Commit

Permalink
Merge pull request Binaryify#416 from BySyang/master
Browse files Browse the repository at this point in the history
更新 搜索建议 接口
  • Loading branch information
阿发 authored Jan 19, 2019
2 parents 3d152c1 + 2584c03 commit 032bec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/search_suggest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
)
}

0 comments on commit 032bec3

Please sign in to comment.