|
|
@@ -792,8 +792,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
|
|
|
cover = cover + "?x-oss-process=image/resize,m_fill,w_600,h_480,limit_0/format,jpg";
|
|
|
// 水印 公众号推送不增加播放按钮
|
|
|
if (cover.contains("yishihui")
|
|
|
- && type != ContentPlatformGzhPlanTypeEnum.FWH_PUSH.getVal()
|
|
|
- && type != ContentPlatformGzhPlanTypeEnum.GZH_PUSH.getVal()) {
|
|
|
+ && (Objects.isNull(type) || (type != ContentPlatformGzhPlanTypeEnum.FWH_PUSH.getVal() && type != ContentPlatformGzhPlanTypeEnum.GZH_PUSH.getVal()))) {
|
|
|
cover = cover + "/watermark,image_eXNoL3BpYy93YXRlcm1hcmtlci9pY29uX3BsYXlfd2hpdGUucG5nP3gtb3NzLXByb2Nlc3M9aW1hZ2UvcmVzaXplLHdfMTQ0,g_center";
|
|
|
}
|
|
|
return cover;
|