mirror of
https://github.com/Suxiaoqinx/Netease_url.git
synced 2025-09-14 11:36:45 +08:00
Update index.html
This commit is contained in:
parent
ced1295054
commit
4c36462499
@ -184,7 +184,7 @@
|
|||||||
return;
|
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) {
|
if (data.status === 200) {
|
||||||
$('#song_name').text(data.name);
|
$('#song_name').text(data.name);
|
||||||
$('#song_picUrl').attr('href', data.pic).text('点击查看');
|
$('#song_picUrl').attr('href', data.pic).text('点击查看');
|
||||||
|
Loading…
Reference in New Issue
Block a user