This commit is contained in:
Folltoshe 2023-06-10 17:58:28 +08:00
parent c50377d115
commit 60866ca228
2 changed files with 1 additions and 2 deletions

View File

@ -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: {

View File

@ -1,4 +1,3 @@
import { httpFetch } from '../../request'
import { formatPlayTime, sizeFormate } from '../../index'
import { formatSingerName } from '../utils'