add - 详情页播放 push11

This commit is contained in:
yangqiang3504
2022-09-07 10:37:51 +08:00
parent b163bb2494
commit c151d4bf65
2 changed files with 5 additions and 5 deletions
@@ -53,7 +53,7 @@ public class Proxy extends Spider {
ByteArrayInputStream baos = new ByteArrayInputStream("ok".getBytes("UTF-8"));
result[2] = baos;
return result;
} else if (what.equals("ali")) {
} else if (what.equals("ali")||what.equals("push")) {
return PushAgent.vod(params);
} else if (what.equals("czspp")) {
return Czsapp.loadsub(params.get("url"));