mirror of
https://github.com/Suxiaoqinx/Netease_url.git
synced 2025-07-13 21:02:25 +08:00
Update index.html
This commit is contained in:
parent
ced1295054
commit
4c36462499
@ -184,7 +184,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
$.post('/fetch_data', { song_ids: validId, level: level }, function(data) {
|
||||
$.post('/Song_V1', { url: validId, level: level, type:'json' }, function(data) {
|
||||
if (data.status === 200) {
|
||||
$('#song_name').text(data.name);
|
||||
$('#song_picUrl').attr('href', data.pic).text('点击查看');
|
||||
|
Loading…
Reference in New Issue
Block a user