From 6bd6517a0db26774bdf78e8f80420489abadb770 Mon Sep 17 00:00:00 2001 From: xiabin Date: Thu, 20 Feb 2025 13:46:22 +0800 Subject: [PATCH] =?UTF-8?q?ecpm=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/ecpm_service/internal/logic/get_ecpm_logic.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/ecpm_service/internal/logic/get_ecpm_logic.go b/app/ecpm_service/internal/logic/get_ecpm_logic.go index 390b59b..8667c33 100644 --- a/app/ecpm_service/internal/logic/get_ecpm_logic.go +++ b/app/ecpm_service/internal/logic/get_ecpm_logic.go @@ -49,6 +49,8 @@ func (l *GetEcpmLogic) GetEcpm(in *ecpm.GetEcpmRequest) (response *ecpm.GetEcpmR //计算ECPM具体值 ecpmVal := CalcEcpm(list) + l.Logger.Infof("user:%s,ecpm:%f", in.OpenId, ecpmVal) + //获取后端配置的ECPM值 config, ok := l.svcCtx.EcpmConfig.Get(in.AppId) if !ok {