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