add - 详情页播放 push

This commit is contained in:
yangqiang3504
2022-09-07 10:09:05 +08:00
parent a5a72b66b2
commit ec28a5661c
3 changed files with 309 additions and 393 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("push")) {
} else if (what.equals("ali")) {
return PushAgent.vod(params);
} else if (what.equals("czspp")) {
return Czsapp.loadsub(params.get("url"));