diff --git a/src/renderer/utils/music/bd/api-test.js b/src/renderer/utils/music/bd/api-test.js index 07c6e559..ec53f5ae 100644 --- a/src/renderer/utils/music/bd/api-test.js +++ b/src/renderer/utils/music/bd/api-test.js @@ -4,7 +4,7 @@ import { headers, timeout } from '../options' const api_test = { getMusicUrl(songInfo, type) { - const requestObj = httpFatch(`http://test.tempmusic.tk/url/bd/${songInfo.songmid}/${type}`, { + const requestObj = httpFatch(`http://ts.tempmusic.tk/url/bd/${songInfo.songmid}/${type}`, { method: 'get', timeout, headers, @@ -15,7 +15,7 @@ const api_test = { return requestObj }, getPic(songInfo, size = '500') { - const requestObj = httpFatch(`http://test.tempmusic.tk/pic/bd/${songInfo.songmid}/${size}`, { + const requestObj = httpFatch(`http://ts.tempmusic.tk/pic/bd/${songInfo.songmid}/${size}`, { method: 'get', timeout, headers, @@ -26,7 +26,7 @@ const api_test = { return requestObj }, getLyric(songInfo) { - const requestObj = httpFatch(`http://test.tempmusic.tk/lrc/bd/${songInfo.songmid}`, { + const requestObj = httpFatch(`http://ts.tempmusic.tk/lrc/bd/${songInfo.songmid}`, { method: 'get', timeout, headers, diff --git a/src/renderer/utils/music/kg/api-test.js b/src/renderer/utils/music/kg/api-test.js index 910836f6..48fcaa28 100644 --- a/src/renderer/utils/music/kg/api-test.js +++ b/src/renderer/utils/music/kg/api-test.js @@ -4,7 +4,7 @@ import { headers, timeout } from '../options' const api_test = { getMusicUrl(songInfo, type) { - const requestObj = httpFatch(`http://test.tempmusic.tk/url/kg/${songInfo._types[type].hash}/${type}`, { + const requestObj = httpFatch(`http://ts.tempmusic.tk/url/kg/${songInfo._types[type].hash}/${type}`, { method: 'get', timeout, headers, @@ -15,7 +15,7 @@ const api_test = { return requestObj }, getPic(songInfo) { - const requestObj = httpFatch(`http://test.tempmusic.tk/pic/kg/${songInfo.hash}`, { + const requestObj = httpFatch(`http://ts.tempmusic.tk/pic/kg/${songInfo.hash}`, { method: 'get', timeout, headers, @@ -26,7 +26,7 @@ const api_test = { return requestObj }, getLyric(songInfo) { - const requestObj = httpFatch(`http://test.tempmusic.tk/lrc/kg/${songInfo.hash}`, { + const requestObj = httpFatch(`http://ts.tempmusic.tk/lrc/kg/${songInfo.hash}`, { method: 'get', timeout, headers, diff --git a/src/renderer/utils/music/kw/api-temp.js b/src/renderer/utils/music/kw/api-temp.js index c4b99286..1f2e00bd 100644 --- a/src/renderer/utils/music/kw/api-temp.js +++ b/src/renderer/utils/music/kw/api-temp.js @@ -3,7 +3,7 @@ import { headers, timeout } from '../options' const api_temp = { getMusicUrl(songInfo, type) { - const requestObj = httpFatch(`http://temp.tempmusic.tk/url/kw/${songInfo.songmid}/${type}`, { + const requestObj = httpFatch(`http://tm.tempmusic.tk/url/kw/${songInfo.songmid}/${type}`, { method: 'get', headers, timeout, diff --git a/src/renderer/utils/music/kw/api-test.js b/src/renderer/utils/music/kw/api-test.js index a9538be4..aca7f605 100644 --- a/src/renderer/utils/music/kw/api-test.js +++ b/src/renderer/utils/music/kw/api-test.js @@ -15,7 +15,7 @@ const api_test = { // return requestObj // }, getMusicUrl(songInfo, type) { - const requestObj = httpFatch(`http://test.tempmusic.tk/url/kw/${songInfo.songmid}/${type}`, { + const requestObj = httpFatch(`http://ts.tempmusic.tk/url/kw/${songInfo.songmid}/${type}`, { method: 'get', timeout, headers, diff --git a/src/renderer/utils/music/wy/api-test.js b/src/renderer/utils/music/wy/api-test.js index 9e36c129..b9ab88f7 100644 --- a/src/renderer/utils/music/wy/api-test.js +++ b/src/renderer/utils/music/wy/api-test.js @@ -4,7 +4,7 @@ import { headers, timeout } from '../options' const api_test = { getMusicUrl(songInfo, type) { - const requestObj = httpFatch(`http://test.tempmusic.tk/url/wy/${songInfo.songmid}/${type}`, { + const requestObj = httpFatch(`http://ts.tempmusic.tk/url/wy/${songInfo.songmid}/${type}`, { method: 'get', timeout, headers, @@ -15,7 +15,7 @@ const api_test = { return requestObj }, getPic(songInfo) { - const requestObj = httpFatch(`http://test.tempmusic.tk/pic/wy/${songInfo.songmid}`, { + const requestObj = httpFatch(`http://ts.tempmusic.tk/pic/wy/${songInfo.songmid}`, { method: 'get', timeout, headers, @@ -26,7 +26,7 @@ const api_test = { return requestObj }, getLyric(songInfo) { - const requestObj = httpFatch(`http://test.tempmusic.tk/lrc/wy/${songInfo.songmid}`, { + const requestObj = httpFatch(`http://ts.tempmusic.tk/lrc/wy/${songInfo.songmid}`, { method: 'get', timeout, headers,