Commit 7f857c59f606ce7f539917d2189885f169e97067
1 parent
7f1ce323
Exists in
master
提交测试代码
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
@@ -31,7 +31,7 @@ func StartHttpTicker() { | @@ -31,7 +31,7 @@ func StartHttpTicker() { | ||
31 | floatval := float32(randint) / 100 | 31 | floatval := float32(randint) / 100 |
32 | G_randVal = 180 + floatval | 32 | G_randVal = 180 + floatval |
33 | } | 33 | } |
34 | - if time.Now().Hour() == 12 { | 34 | + if time.Now().Hour() > 12 && time.Now().Minute() >= 5 { |
35 | //处理开奖 | 35 | //处理开奖 |
36 | logger.Info("Handle kaijian") | 36 | logger.Info("Handle kaijian") |
37 | waits := GetWaitCaiCatList() | 37 | waits := GetWaitCaiCatList() |