mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-04 15:38:56 +08:00
update direct api
This commit is contained in:
parent
bf5fe404f1
commit
d8f529e84b
@ -3,7 +3,7 @@ import { timeout } from '../options'
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
getMusicUrl(songInfo, type) {
|
getMusicUrl(songInfo, type) {
|
||||||
const target_url = `http://www.kuwo.cn/api/v1/www/music/playUrl?mid=${songInfo.songmid}&type=music&httpsStatus=1`
|
const target_url = `http://www.kuwo.cn/api/v1/www/music/playUrl?mid=${songInfo.songmid}&type=convert_url3&br=128kmp3`
|
||||||
const requestObj = httpFetch(target_url, {
|
const requestObj = httpFetch(target_url, {
|
||||||
method: 'get',
|
method: 'get',
|
||||||
timeout,
|
timeout,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user