diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 615eb2c..9b62112 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -851,7 +851,7 @@ func HandlerLimitCatList(w http.ResponseWriter, data string, uuid int) { } poslist := uinfo.GetLimitCatList() - + logger.Info("HandlerLimitCatList poslist=%+v", poslist) nowtime := int(time.Now().Unix()) for _, pos := range poslist { if pos > 0 && pos < len(uinfo.PosInfo) { -- libgit2 0.21.0