diff --git a/service/beatleader/bind_bl.go b/service/beatleader/bind_bl.go index 2b8d1ed..7a900a6 100644 --- a/service/beatleader/bind_bl.go +++ b/service/beatleader/bind_bl.go @@ -324,7 +324,7 @@ func (bl *blQuery) GetRecentScores(count int, qqId string) ([]RecordDataLite, er return nil, err } //从线上获取 - historyUrl := "https://api.beatleader.xyz/player/%s/scores?count=%d" + historyUrl := "https://api.beatleader.xyz/player/%s/scores?count=%d&sortBy=date&order=desc" fullUrl := fmt.Sprintf(historyUrl, blId, count) resp, err := http.Get(fullUrl) if err != nil {