From fb9c407112b12f8b8590e007902c646aadab57dd Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 15 Jun 2020 16:08:00 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/logic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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