From a0452059b1f4a083cac174d64a62553739ae6253 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Wed, 23 Aug 2023 15:01:22 +0800 Subject: [PATCH] group support --- domain/service/event_s/event_init.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domain/service/event_s/event_init.go b/domain/service/event_s/event_init.go index 80446a8..45b4bfa 100644 --- a/domain/service/event_s/event_init.go +++ b/domain/service/event_s/event_init.go @@ -475,9 +475,9 @@ func FlushHiloInfo(extId string, isVip bool, isPrettyCode bool, medals []uint32, func SendGift() { // 送礼事件-群组扶持数据累加 gift_ev.AddSendGiftEventAsync(func(model *domain.Model, event interface{}) error { - if time.Now().Unix() <= 1692964800 { // cwj---- - return nil - } + //if time.Now().Unix() <= 1692964800 { // cwj---- + // return nil + //} sendGiftEvent, ok := event.(*gift_ev.SendGiftEvent) if !ok { model.Log.Errorf("AddSendGiftEventAsync event type err 群组扶持") -- 2.22.0