@@ -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;