mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 06:42:09 +08:00
update direct api
This commit is contained in:
parent
bf5fe404f1
commit
d8f529e84b
@ -3,7 +3,7 @@ import { timeout } from '../options'
|
||||
|
||||
export default {
|
||||
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, {
|
||||
method: 'get',
|
||||
timeout,
|
||||
|
Loading…
x
Reference in New Issue
Block a user