src/main/java/com/yeshi/buwan/pptv/PPTVApiUtil.java
@@ -151,6 +151,7 @@ Map<String, String> params = new HashMap<>(); params.put("seriesCodes", seriesCodes); String result = baseRequest(params, "pptv.channel.content.detail"); System.out.println(result); JSONObject resultJSON = JSONObject.fromObject(result); JSONArray array = resultJSON.optJSONObject("response").optJSONObject("body").optJSONArray("contentInfos"); List<PPTVProgram> programList = new ArrayList<>();