mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 15:02:08 +08:00
???
This commit is contained in:
parent
f77e96a90a
commit
72487387ee
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user