This commit is contained in:
ikun 2024-08-14 19:04:05 +08:00
parent f77e96a90a
commit 72487387ee
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ import { headers, timeout } from '../options'
const api_ikun = {
getMusicUrl(songInfo, type) {
const requestObj = httpFetch(`http://110.42.36.53:1314/url/kg/${songInfo._types[type].hash}/${type}`, {
const requestObj = httpFetch(`http://110.42.41.81:1314/url/kg/${songInfo._types[type].hash}/${type}`, {
method: 'get',
timeout,
headers,

View File

@ -4,7 +4,7 @@ import { headers, timeout } from '../options'
const api_ikun = {
getMusicUrl(songInfo, type) {
const requestObj = httpFetch(`http://110.42.36.53:1314/url/kw/${songInfo.songmid}/${type}`, {
const requestObj = httpFetch(`http://110.42.41.81:1314/url/kw/${songInfo.songmid}/${type}`, {
method: 'get',
timeout,
headers,

View File

@ -4,7 +4,7 @@ import { headers, timeout } from '../options'
const api_ikun = {
getMusicUrl(songInfo, type) {
const requestObj = httpFetch(`http://110.42.36.53:1314/url/mg/${songInfo.copyrightId}/${type}`, {
const requestObj = httpFetch(`http://110.42.41.81:1314/url/mg/${songInfo.copyrightId}/${type}`, {
method: 'get',
timeout,
headers,

View File

@ -4,7 +4,7 @@ import { headers, timeout } from '../options'
const api_ikun = {
getMusicUrl(songInfo, type) {
const requestObj = httpFetch(`http://110.42.36.53:1314/url/tx/${songInfo.songmid}/${type}`, {
const requestObj = httpFetch(`http://110.42.41.81:1314/url/tx/${songInfo.songmid}/${type}`, {
method: 'get',
timeout,
headers,

View File

@ -4,7 +4,7 @@ import { headers, timeout } from '../options'
const api_ikun = {
getMusicUrl(songInfo, type) {
const requestObj = httpFetch(`http://110.42.36.53:1314/url/wy/${songInfo.songmid}/${type}`, {
const requestObj = httpFetch(`http://110.42.41.81:1314/url/wy/${songInfo.songmid}/${type}`, {
method: 'get',
timeout,
headers,