Commit 9b46f38af222d32fb873d67ef57660ffdbe42947
1 parent
347c3d68
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -469,7 +469,7 @@ func HandlerQueryPlayerRank(w http.ResponseWriter, data string, uuid int) { |
469 | 469 | tmp.Headurl = rindo.Head |
470 | 470 | tmp.Rank = rank |
471 | 471 | tmp.CatName = rindo.CalcHigestCatName() |
472 | - tmp.Level = len(rindo.PosInfo) | |
472 | + tmp.Level = len(rindo.BuyCatInfo) | |
473 | 473 | resp.Data = append(resp.Data, tmp) |
474 | 474 | } |
475 | 475 | } | ... | ... |