From e645ed5366ae57ae454a2e6b9e6d03a2f3287f8c Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Sat, 8 Mar 2025 21:09:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BA=E6=AD=8C=E6=9B=B2=E5=93=88?= =?UTF-8?q?=E5=B8=8C=E6=9F=A5=E8=AF=A2=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/scoresaber/bind_ss.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/scoresaber/bind_ss.go b/service/scoresaber/bind_ss.go index 61ca9ba..04e58cb 100644 --- a/service/scoresaber/bind_ss.go +++ b/service/scoresaber/bind_ss.go @@ -409,6 +409,7 @@ func GetSongIdsByHash(hashs []string) (hashToSongId map[string]string, err error } batchHashs := hashs[i:end] queryUrl := "https://api.beatsaver.com/maps/hash/" + strings.Join(batchHashs, ",") + log.Default().Printf("获取歌曲ID,url:%s", queryUrl) resp, err := http.Get(queryUrl) if err != nil { return nil, err