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