Commit 347c3d686358eaace91f46d81c9c9291da695662
1 parent
01160e80
Exists in
master
提交
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/datadef.go
src/HttpServer/logic/logic.go
... | ... | @@ -469,6 +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 | 473 | resp.Data = append(resp.Data, tmp) |
473 | 474 | } |
474 | 475 | } | ... | ... |