From 9b46f38af222d32fb873d67ef57660ffdbe42947 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 15 Jun 2020 17:37:24 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/logic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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