@@ -106,6 +106,9 @@ public class RepairUpXmlUrlServiceImpl implements IRepairUpXmlUrlService {
return false;
}
JSONObject videosJson = JSON.parseObject(videos);
+ if(Objects.isNull(videosJson)){
+ return false;
+ }
String upPath = videosJson.getString("upPath");
if (StrUtil.isEmpty(upPath)) {