From 577e4b9aad0b1340675d8d57c123ebe2fef19de3 Mon Sep 17 00:00:00 2001 From: overwriter <9856mmm@gmail.com> Date: Sun, 19 May 2024 13:41:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BA=91=E7=9B=98=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/songUpload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/songUpload.js b/plugins/songUpload.js index f2309b6..56391af 100644 --- a/plugins/songUpload.js +++ b/plugins/songUpload.js @@ -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,