Commit fb9c407112b12f8b8590e007902c646aadab57dd
1 parent
3a2b22bc
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -851,7 +851,7 @@ func HandlerLimitCatList(w http.ResponseWriter, data string, uuid int) { |
851 | 851 | } |
852 | 852 | |
853 | 853 | poslist := uinfo.GetLimitCatList() |
854 | - | |
854 | + logger.Info("HandlerLimitCatList poslist=%+v", poslist) | |
855 | 855 | nowtime := int(time.Now().Unix()) |
856 | 856 | for _, pos := range poslist { |
857 | 857 | if pos > 0 && pos < len(uinfo.PosInfo) { | ... | ... |