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 {
|
||||
const lbs = (await axios({
|
||||
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;
|
||||
await axios({
|
||||
method: 'post',
|
||||
|
Loading…
x
Reference in New Issue
Block a user