wangyunpeng 1 month ago
parent
commit
b63a4cc4ff

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

@@ -322,6 +322,9 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
                 continue;
             }
             String existsCover = dataList.get(0).getCoverUrl();
+            if (!existsCover.contains("?")) {
+                continue;
+            }
             String coverSuffix = existsCover.substring(existsCover.indexOf("?"));
             String cover = video.getCover().substring(0, existsCover.indexOf("?"));
             cgiReplyBucketDataMapperExt.updateBucketDataTitleCoverByGhId(ghId, video.getVideoId(),