mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 14:42:09 +08:00
???
This commit is contained in:
parent
f77e96a90a
commit
72487387ee
@ -4,7 +4,7 @@ import { headers, timeout } from '../options'
|
|||||||
|
|
||||||
const api_ikun = {
|
const api_ikun = {
|
||||||
getMusicUrl(songInfo, type) {
|
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',
|
method: 'get',
|
||||||
timeout,
|
timeout,
|
||||||
headers,
|
headers,
|
||||||
|
@ -4,7 +4,7 @@ import { headers, timeout } from '../options'
|
|||||||
|
|
||||||
const api_ikun = {
|
const api_ikun = {
|
||||||
getMusicUrl(songInfo, type) {
|
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',
|
method: 'get',
|
||||||
timeout,
|
timeout,
|
||||||
headers,
|
headers,
|
||||||
|
@ -4,7 +4,7 @@ import { headers, timeout } from '../options'
|
|||||||
|
|
||||||
const api_ikun = {
|
const api_ikun = {
|
||||||
getMusicUrl(songInfo, type) {
|
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',
|
method: 'get',
|
||||||
timeout,
|
timeout,
|
||||||
headers,
|
headers,
|
||||||
|
@ -4,7 +4,7 @@ import { headers, timeout } from '../options'
|
|||||||
|
|
||||||
const api_ikun = {
|
const api_ikun = {
|
||||||
getMusicUrl(songInfo, type) {
|
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',
|
method: 'get',
|
||||||
timeout,
|
timeout,
|
||||||
headers,
|
headers,
|
||||||
|
@ -4,7 +4,7 @@ import { headers, timeout } from '../options'
|
|||||||
|
|
||||||
const api_ikun = {
|
const api_ikun = {
|
||||||
getMusicUrl(songInfo, type) {
|
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',
|
method: 'get',
|
||||||
timeout,
|
timeout,
|
||||||
headers,
|
headers,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user