diff --git a/FAQ.md b/FAQ.md index cfca306..0323305 100644 --- a/FAQ.md +++ b/FAQ.md @@ -24,7 +24,7 @@ ### 其他情况 -尝试在在浏览器打开这个地址`http://ts.tempmusic.tk`,浏览器显示404是正常的,如果不是404那就证明所在网络无法访问接口服务器,对于此类情况请尝试切换其他网络。 +尝试在在浏览器打开这个地址`http://ts.tempmusics.tk`,浏览器显示404是正常的,如果不是404那就证明所在网络无法访问接口服务器,对于此类情况请尝试切换其他网络。 ### 通用解决方法 @@ -37,7 +37,7 @@ 5. 若还不行请到这个链接查看详情: 6. 若没有在第5条链接中的第一条评论中看到接口无法使用的说明,则应该是你网络无法访问接口服务器的问题,如果接口有问题我会在那里说明。 -想要知道是不是自己网络的问题可以看看`http://ts.tempmusic.tk`能不能在浏览器打开,浏览器显示404是正常的,如果不是404那就证明所在网络无法访问接口服务器。 +想要知道是不是自己网络的问题可以看看`http://ts.tempmusics.tk`能不能在浏览器打开,浏览器显示404是正常的,如果不是404那就证明所在网络无法访问接口服务器。 若网页无法打开或打来不是404,则应该是DNS的问题,可以尝试以下办法: 1. 将DNS改成自动获取试试 diff --git a/src/utils/music/bd/api-test.js b/src/utils/music/bd/api-test.js index 36e9bfc..ceffc28 100644 --- a/src/utils/music/bd/api-test.js +++ b/src/utils/music/bd/api-test.js @@ -4,7 +4,7 @@ import { headers, timeout } from '../options' const api_test = { getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/url/bd/${songInfo.songmid}/${type}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/url/bd/${songInfo.songmid}/${type}`, { method: 'get', timeout, headers, diff --git a/src/utils/music/kg/api-test.js b/src/utils/music/kg/api-test.js index 0d96fd9..b5f96d3 100644 --- a/src/utils/music/kg/api-test.js +++ b/src/utils/music/kg/api-test.js @@ -4,7 +4,7 @@ import { headers, timeout } from '../options' const api_test = { getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/url/kg/${songInfo._types[type].hash}/${type}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/url/kg/${songInfo._types[type].hash}/${type}`, { method: 'get', timeout, headers, @@ -16,7 +16,7 @@ const api_test = { return requestObj }, getPic(songInfo) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/pic/kg/${songInfo.hash}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/pic/kg/${songInfo.hash}`, { method: 'get', timeout, headers, @@ -28,7 +28,7 @@ const api_test = { return requestObj }, getLyric(songInfo) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/lrc/kg/${songInfo.hash}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/lrc/kg/${songInfo.hash}`, { method: 'get', timeout, headers, diff --git a/src/utils/music/kw/api-temp.js b/src/utils/music/kw/api-temp.js index 7f67392..2f7948e 100644 --- a/src/utils/music/kw/api-temp.js +++ b/src/utils/music/kw/api-temp.js @@ -3,7 +3,7 @@ import { headers, timeout } from '../options' const api_temp = { getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://tm.tempmusic.tk/url/kw/${songInfo.songmid}/${type}`, { + const requestObj = httpFetch(`http://tm.tempmusics.tk/url/kw/${songInfo.songmid}/${type}`, { method: 'get', headers, timeout, diff --git a/src/utils/music/kw/api-test.js b/src/utils/music/kw/api-test.js index 1308775..7b49fca 100644 --- a/src/utils/music/kw/api-test.js +++ b/src/utils/music/kw/api-test.js @@ -15,7 +15,7 @@ const api_test = { // return requestObj // }, getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/url/kw/${songInfo.songmid}/${type}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/url/kw/${songInfo.songmid}/${type}`, { method: 'get', timeout, headers, diff --git a/src/utils/music/mg/api-test.js b/src/utils/music/mg/api-test.js index a64b6b2..30199d0 100644 --- a/src/utils/music/mg/api-test.js +++ b/src/utils/music/mg/api-test.js @@ -4,7 +4,7 @@ import { headers, timeout } from '../options' const api_test = { getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/url/mg/${songInfo.copyrightId}/${type}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/url/mg/${songInfo.copyrightId}/${type}`, { method: 'get', timeout, headers, diff --git a/src/utils/music/tx/api-test.js b/src/utils/music/tx/api-test.js index 4fb4ea8..27d849c 100644 --- a/src/utils/music/tx/api-test.js +++ b/src/utils/music/tx/api-test.js @@ -4,7 +4,7 @@ import { headers, timeout } from '../options' const api_messoer = { getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/url/tx/${songInfo.songmid}/${type}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/url/tx/${songInfo.songmid}/${type}`, { method: 'get', timeout, headers, diff --git a/src/utils/music/wy/api-test.js b/src/utils/music/wy/api-test.js index 42a3b49..3190c8c 100644 --- a/src/utils/music/wy/api-test.js +++ b/src/utils/music/wy/api-test.js @@ -4,7 +4,7 @@ import { headers, timeout } from '../options' const api_test = { getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/url/wy/${songInfo.songmid}/${type}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/url/wy/${songInfo.songmid}/${type}`, { method: 'get', timeout, headers,