mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
fix: use variable bucket name
This commit is contained in:
parent
399cf2dc97
commit
be75a7b1b9
@ -30,7 +30,7 @@ module.exports = async (query, request) => {
|
|||||||
try {
|
try {
|
||||||
const lbs = (await axios({
|
const lbs = (await axios({
|
||||||
method: 'get',
|
method: 'get',
|
||||||
url: 'https://wanproxy.127.net/lbs?version=1.0&bucketname=jd-musicrep-privatecloud-audio-public',
|
url: `https://wanproxy.127.net/lbs?version=1.0&bucketname=${bucket}`,
|
||||||
})).data;
|
})).data;
|
||||||
await axios({
|
await axios({
|
||||||
method: 'post',
|
method: 'post',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user