|
@@ -99,6 +99,7 @@ public class MatchVideoServiceImpl implements MatchVideoService {
|
|
|
} else {
|
|
|
longArticlesMatchVideo.setPublishFlag(searchVideoParam.getPublishFlag());
|
|
|
}
|
|
|
+ longArticlesMatchVideo.setVideoPoolTraceId(searchVideoParam.getVideoPoolTraceId());
|
|
|
longArticlesMatchVideoRepository.save(longArticlesMatchVideo);
|
|
|
|
|
|
|
|
@@ -135,12 +136,7 @@ public class MatchVideoServiceImpl implements MatchVideoService {
|
|
|
return res;
|
|
|
}
|
|
|
String ghId = chooseMinigramParam.getGhId();
|
|
|
- if (ghId != null && EXPERIMENT_27_GH_ID_SET.contains(ghId)) {
|
|
|
- res.put("programAvatar", MinigramEnum.XYMHFQDD_27.getAvatar());
|
|
|
- res.put("programId", MinigramEnum.XYMHFQDD_27.getId());
|
|
|
- res.put("programName", MinigramEnum.XYMHFQDD_27.getName());
|
|
|
- res.put("trace_id", chooseMinigramParam.getTraceId());
|
|
|
- } else if (ghId != null && ghIdInPqVideo.contains(ghId)) {
|
|
|
+ if (ghId != null && ghIdInPqVideo.contains(ghId)) {
|
|
|
res.put("programAvatar", MinigramEnum.PQSP4.getAvatar());
|
|
|
res.put("programId", MinigramEnum.PQSP4.getId());
|
|
|
res.put("programName", MinigramEnum.PQSP4.getName());
|
|
@@ -211,7 +207,7 @@ public class MatchVideoServiceImpl implements MatchVideoService {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public JSONObject recallVideos(RecallVideosParam recallVideosParam){
|
|
|
+ public JSONObject recallVideos(RecallVideosParam recallVideosParam) {
|
|
|
JSONObject res = new JSONObject();
|
|
|
String traceId = recallVideosParam.getTraceId();
|
|
|
Integer miniprogramUseType = recallVideosParam.getMiniprogramUseType();
|