This commit is contained in:
Folltoshe 2023-06-10 17:57:10 +08:00
parent 67cf301912
commit c50377d115

View File

@ -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',