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