From 3a2b22bc02343bc814fbea8660fad4a89491541b Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 15 Jun 2020 16:06:30 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/logic.go | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 2956a3a..615eb2c 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -863,6 +863,8 @@ func HandlerLimitCatList(w http.ResponseWriter, data string, uuid int) { tmp.Cash = uinfo.PosInfo[pos].RedPacket tmp.Date = time.Now().Format("2006-01-02T 15:04:05") resp.Data = append(resp.Data, tmp) + } else { + logger.Info("HandlerLimitCatList nowtime=%v,endtime=%v", nowtime, uinfo.PosInfo[pos].StartTime+uinfo.PosInfo[pos].Time) } } -- libgit2 0.21.0