From 87f0b4fd176af61cdf8e0d7327b574998e8a9c92 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Thu, 17 Oct 2019 22:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BC=A0=E5=8F=82=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/utils/music/wy/musicInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/utils/music/wy/musicInfo.js b/src/renderer/utils/music/wy/musicInfo.js index d098dc94..88a5da5b 100644 --- a/src/renderer/utils/music/wy/musicInfo.js +++ b/src/renderer/utils/music/wy/musicInfo.js @@ -12,7 +12,7 @@ export default songmid => { }, form: weapi({ c: `[{"id":${songmid}}]`, - ids: '[songmid]', + ids: `[${songmid}]`, }), }) requestObj.promise = requestObj.promise.then(({ body }) => {