admin
2020-10-23 8b2c4df38c2ea983be4db3aa4e18830339537806
src/main/java/com/yeshi/buwan/controller/parser/web/WebHomeParser.java
@@ -933,7 +933,7 @@
      DetailSystem detailSystem = systemService.getDetailSystemByPackage(packageName);
      PlayUrl pu = videoDeailUtil.getPlayUrl(detailSystem.getId(), id, type, Integer.parseInt(resourceId), videoId);
      PlayUrl pu = videoDeailUtil.getPlayUrl(null, detailSystem.getId(), id, type, Integer.parseInt(resourceId), videoId);
      if (pu != null) {
         if (!StringUtil.isNullOrEmpty(pu.getUrl()))