From 4c36462499fca44d6c29cb154bfe0583d68f6979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E6=99=93=E6=99=B4?= <37541680+Suxiaoqinx@users.noreply.github.com> Date: Wed, 15 Jan 2025 23:36:10 +0800 Subject: [PATCH] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index c25246d..4702bfa 100644 --- a/templates/index.html +++ b/templates/index.html @@ -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('点击查看');