admin
2020-10-27 69cb3ca5c0fd5f78b0c33bf92601066a37b0209e
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()))