From 37eec4c97171a5b92a299ba3f1705d6290388e13 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Mon, 16 Sep 2019 14:08:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=8E=A5=E5=8F=A3=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/utils/music/bd/api-test.js | 6 +++--- src/renderer/utils/music/kg/api-test.js | 6 +++--- src/renderer/utils/music/kw/api-temp.js | 2 +- src/renderer/utils/music/kw/api-test.js | 2 +- src/renderer/utils/music/wy/api-test.js | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) 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,