From b3638d505d3e548f4f3cb02331724e2f538409a6 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 29 Jun 2020 18:07:20 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/logic.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 842b84b..e3efe9e 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -380,11 +380,11 @@ func HandlerTestaddCat(w http.ResponseWriter, data string, uuid int) { } //需要处理红包 if cfg.Id == 13 { - uinfo.PosInfo[pos].Time = 10 * 60 + uinfo.PosInfo[pos].Time = 30 //10 * 60 uinfo.PosInfo[pos].StartTime = int(time.Now().Unix()) } if cfg.Id == 14 { - uinfo.PosInfo[pos].Time = 15 * 60 + uinfo.PosInfo[pos].Time = 30 //15 * 60 uinfo.PosInfo[pos].StartTime = int(time.Now().Unix()) } if cfg.Id == 2 { -- libgit2 0.21.0