diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index e50491e..b3ee7b9 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -469,7 +469,7 @@ func HandlerQueryPlayerRank(w http.ResponseWriter, data string, uuid int) { tmp.Headurl = rindo.Head tmp.Rank = rank tmp.CatName = rindo.CalcHigestCatName() - tmp.Level = len(rindo.PosInfo) + tmp.Level = len(rindo.BuyCatInfo) resp.Data = append(resp.Data, tmp) } } -- libgit2 0.21.0