Commit b3638d505d3e548f4f3cb02331724e2f538409a6
1 parent
f63e556c
Exists in
master
提交
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/HttpServer/logic/logic.go
... | ... | @@ -380,11 +380,11 @@ func HandlerTestaddCat(w http.ResponseWriter, data string, uuid int) { |
380 | 380 | } |
381 | 381 | //需要处理红包 |
382 | 382 | if cfg.Id == 13 { |
383 | - uinfo.PosInfo[pos].Time = 10 * 60 | |
383 | + uinfo.PosInfo[pos].Time = 30 //10 * 60 | |
384 | 384 | uinfo.PosInfo[pos].StartTime = int(time.Now().Unix()) |
385 | 385 | } |
386 | 386 | if cfg.Id == 14 { |
387 | - uinfo.PosInfo[pos].Time = 15 * 60 | |
387 | + uinfo.PosInfo[pos].Time = 30 //15 * 60 | |
388 | 388 | uinfo.PosInfo[pos].StartTime = int(time.Now().Unix()) |
389 | 389 | } |
390 | 390 | if cfg.Id == 2 { | ... | ... |