From 15d680745b0767be2ab1325ccec8684d73fdc828 Mon Sep 17 00:00:00 2001 From: BySyang <1628366273@qq.com> Date: Thu, 3 Jan 2019 15:15:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=BB=BA=E8=AE=AE=20=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/search_suggest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/search_suggest.js b/module/search_suggest.js index 65dcad7..0ef55fd 100644 --- a/module/search_suggest.js +++ b/module/search_suggest.js @@ -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