修复传参问题

pull/96/head
lyswhut 2019-10-17 22:41:24 +08:00
parent c7e95c5166
commit 87f0b4fd17
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export default songmid => {
}, },
form: weapi({ form: weapi({
c: `[{"id":${songmid}}]`, c: `[{"id":${songmid}}]`,
ids: '[songmid]', ids: `[${songmid}]`,
}), }),
}) })
requestObj.promise = requestObj.promise.then(({ body }) => { requestObj.promise = requestObj.promise.then(({ body }) => {