Selaa lähdekoodia

热门视频 default experimentId

wangyunpeng 16 tuntia sitten
vanhempi
commit
d23bbd7e5d

+ 1 - 0
api-module/src/main/java/com/tzld/piaoquan/api/service/contentplatform/impl/ContentPlatformPlanServiceImpl.java

@@ -1377,6 +1377,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
             if (Objects.isNull(item.getRecommendScore())) {
                 item.setRecommendScore(recommendTypeVideoScoreMap.get(video.getVideoId()));
             }
+            item.setExperimentId("hot");
             result.add(item);
         }
         return result;