This commit is contained in:
彭狸花喵 2023-09-23 09:32:41 +00:00
parent 8756ad5644
commit 370e9458b2

View File

@ -16,7 +16,7 @@ const api_test = {
// return requestObj // return requestObj
// }, // },
getMusicUrl(songInfo, type) { getMusicUrl(songInfo, type) {
const requestObj = httpFetch(`http://ts.tempmusics.tk/url/kw/${songInfo.songmid}.match(/\d+/g)[0]/${type}`, { const requestObj = httpFetch(`http://ts.tempmusics.tk/url/kw/${songInfo.songmid.match(/\d+/g)[0]}/${type}`, {
method: 'get', method: 'get',
timeout, timeout,
headers, headers,