修复传参问题
This commit is contained in:
parent
c7e95c5166
commit
87f0b4fd17
@ -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 }) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user