From 7536ec34f24b3b126f381ced07a8b6f1b762d5ee Mon Sep 17 00:00:00 2001 From: tommy <3405129587@qq.com> Date: Tue, 2 Jun 2020 16:40:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AE=9A=E6=97=B6=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/pay/handle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/pay/handle.go b/services/pay/handle.go index c7d2a59..a05b932 100644 --- a/services/pay/handle.go +++ b/services/pay/handle.go @@ -15,7 +15,7 @@ import ( func init() { //go loopOrder() - go utils.HandleTicker(1*time.Second, HandleReward) // 打赏24小时退款 + go utils.HandleTicker(30*time.Minute, HandleReward) // 打赏24小时退款 } var orderDelayQueue = make(chan *models.UserOrder, math.MaxInt8)