فهرست منبع

Merge branch 'feature_20240528_zhaohaipeng_video_ad_thompson_v2' into test

zhaohaipeng 1 سال پیش
والد
کامیت
8c3c796d51

+ 9 - 0
ad-engine-service/src/main/java/com/tzld/piaoquan/ad/engine/service/score/VideoAdThompsonScorerV2.java

@@ -452,4 +452,13 @@ public class VideoAdThompsonScorerV2 {
     public void setExp666Param(String str){
         this.exp663Param=gson.fromJson(str,Map.class);
     }
+
+    @Value("${ad.engine.new.thompson.exp.V2.669:{}}")
+    public void setExp669Param(String str){
+        this.exp669Param=gson.fromJson(str,Map.class);
+    }
+    @Value("${ad.engine.new.thompson.exp.V2.670:{}}")
+    public void setExp670Param(String str){
+        this.exp670Param=gson.fromJson(str,Map.class);
+    }
 }