From 1e4f19ab89e9adab2c800b98c07cb0077fee2f94 Mon Sep 17 00:00:00 2001 From: binaryify Date: Sat, 27 Feb 2021 21:18:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/song_detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/song_detail.js b/module/song_detail.js index ffbb17f..172b34c 100644 --- a/module/song_detail.js +++ b/module/song_detail.js @@ -3,7 +3,7 @@ module.exports = (query, request) => { query.ids = query.ids.split(/\s*,\s*/) const data = { - c: '[' + query.ids.map((id) => '{"id":' + id + '}').join(',') + ']' + c: '[' + query.ids.map((id) => '{"id":' + id + '}').join(',') + ']', } return request('POST', `https://music.163.com/weapi/v3/song/detail`, data, { crypto: 'weapi',