From 0e36036b11a1a38d1c63f91419162f7c5365c32b Mon Sep 17 00:00:00 2001 From: Leufolium Date: Wed, 7 Feb 2024 13:07:34 +0800 Subject: [PATCH] w --- app/mix/service/business_validator/auth.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/mix/service/business_validator/auth.go b/app/mix/service/business_validator/auth.go index 061c60f6..194d5364 100644 --- a/app/mix/service/business_validator/auth.go +++ b/app/mix/service/business_validator/auth.go @@ -287,6 +287,7 @@ func (l *AuthBusinessValidator) EnsureMomentCreateTimesNotReachedDailyUpperbound return } + logger.Info("momentCreateTimes: %v, maxDailyMomentCreateTimes : %v", l.momentCreateTimes.CreateTimes, maxDailyMomentCreateTimes) if l.momentCreateTimes.CreateTimes >= int64(maxDailyMomentCreateTimes) { logger.Error("the moment create times of this mid has reached its daily upperbound") l.ec = errcode.ErrCodeMomentCreateTimesReachedDailyUpperbound