fix
This commit is contained in:
parent
67cf301912
commit
c50377d115
@ -5,6 +5,11 @@ export const getMusicInfo = (id) => {
|
|||||||
return httpFetch('https://u.y.qq.com/cgi-bin/musicu.fcg', {
|
return httpFetch('https://u.y.qq.com/cgi-bin/musicu.fcg', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: {
|
body: {
|
||||||
|
comm: {
|
||||||
|
ct: '19',
|
||||||
|
cv: '1859',
|
||||||
|
uin: '0',
|
||||||
|
},
|
||||||
req: {
|
req: {
|
||||||
module: 'music.pf_song_detail_svr',
|
module: 'music.pf_song_detail_svr',
|
||||||
method: 'get_song_detail_yqq',
|
method: 'get_song_detail_yqq',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user