mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
fix: 云盘上传问题修复
This commit is contained in:
parent
ef7f998636
commit
577e4b9aad
@ -41,7 +41,7 @@ module.exports = async (query, request) => {
|
||||
).data
|
||||
await axios({
|
||||
method: 'post',
|
||||
url: `http://${lbs.upload[0]}/${bucket}/${objectKey}?offset=0&complete=true&version=1.0`,
|
||||
url: `${lbs.upload[0]}/${bucket}/${objectKey}?offset=0&complete=true&version=1.0`,
|
||||
headers: {
|
||||
'x-nos-token': tokenRes.body.result.token,
|
||||
'Content-MD5': query.songFile.md5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user