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