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