|
@@ -276,7 +276,7 @@ public class ThirdPartyPushMessageStrategyV1 implements ReplyStrategyService {
|
|
|
VideoDetail videoDetail = videoDetailMap.get(videoId);
|
|
|
ContentPlatformGzhPlanVideo gzhPlanVideo = gzhPlanVideoMap.get(videoId);
|
|
|
// 内容合作平台视频标题和封面
|
|
|
- if (Objects.nonNull(gzhPlanVideo)) {
|
|
|
+ if (Objects.nonNull(gzhPlanVideo) && Objects.nonNull(videoDetail)) {
|
|
|
cgiReplyBucketData.setTitle(ContentPlatformPlanService.getVideoTitle(gzhPlanVideo));
|
|
|
String cover = ContentPlatformPlanService.getVideoCover(gzhPlanVideo);
|
|
|
if (StringUtils.isNotEmpty(cover)) {
|