fix
This commit is contained in:
parent
c50377d115
commit
60866ca228
@ -1,7 +1,7 @@
|
||||
import { filterMusicInfoItem } from './util'
|
||||
import { httpFetch } from '../../request'
|
||||
|
||||
export const getMusicInfo = (id) => {
|
||||
export const getMusicInfo = id => {
|
||||
return httpFetch('https://u.y.qq.com/cgi-bin/musicu.fcg', {
|
||||
method: 'POST',
|
||||
body: {
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
import { httpFetch } from '../../request'
|
||||
import { formatPlayTime, sizeFormate } from '../../index'
|
||||
import { formatSingerName } from '../utils'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user