admin
2021-07-29 0fc0456a587d985fda71c66b9764fe1d5e3c6421
src/main/java/com/yeshi/buwan/controller/parser/web/WebUserParser.java
@@ -11,11 +11,10 @@
import org.springframework.stereotype.Controller;
import com.yeshi.buwan.controller.parser.UserParser;
import com.yeshi.buwan.domain.Attention;
import com.yeshi.buwan.domain.Comment2;
import com.yeshi.buwan.domain.CommentReply;
import com.yeshi.buwan.domain.DetailSystem;
import com.yeshi.buwan.domain.system.DetailSystem;
import com.yeshi.buwan.domain.user.LoginUser;
import com.yeshi.buwan.domain.VideoInfo;
import com.yeshi.buwan.service.imp.AttentionService;
@@ -113,6 +112,7 @@
      String key = request.getParameter("Key");
      String page = request.getParameter("Page");
      String contentType = request.getParameter("ContentType");
      String channel=request.getParameter("Channel");
      if (StringUtil.isNullOrEmpty(method)) {
         out.print(JsonUtil.loadFalseJsonNoencript("请上传Method"));
@@ -142,7 +142,7 @@
         key = StringUtil.getUTF8String(key, "ISO-8859-1");
      DetailSystem detailSystem = systemService.getDetailSystemByPackage(packageName);
      List<Long> resourceList = videoResouceUtil.getAvailableResourceIds(detailSystem, Integer.parseInt("1"));
      List<Long> resourceList = videoResouceUtil.getAvailableResourceIds(detailSystem, Integer.parseInt("1"),channel);
      String cacheMD5 = "0";
      if (resourceList != null && resourceList.size() > 0)
         for (Long l : resourceList)