From 5e5c17046255f4f68b1bf06be5b2a6db2ee7d554 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Thu, 10 Aug 2023 15:52:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=A8=E6=89=B6=E6=8C=81=E7=89=B9=E6=AE=8A?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domain/model/gift_m/gift.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain/model/gift_m/gift.go b/domain/model/gift_m/gift.go index 82ec462..3225abd 100644 --- a/domain/model/gift_m/gift.go +++ b/domain/model/gift_m/gift.go @@ -128,7 +128,7 @@ func (g *GiftOperate) GetConsumeByRange(beginTime, endTime time.Time) (uint32, u return 0, 0, nil } - if beginTime.Unix() >= 1691942400 && beginTime.Unix() < 1692547200 { // 因为这周水果机被部分人刷币,所以这里做了特殊的处理 + if beginTime.Unix() >= 1691337600 && beginTime.Unix() < 1691942400 { // 因为这周水果机被部分人刷币,所以这里做了特殊的处理 reduceMap := map[string]uint64{ "HTGS#a63226380": 20000000, "HTGS#a42641278": 10000000, -- 2.22.0