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 }) => {