Update Proxy.java

This commit is contained in:
nikolin601
2022-10-27 23:16:21 +08:00
committed by GitHub
parent 117ebce802
commit 0acadb4f7a
@@ -53,8 +53,7 @@ public class Proxy extends Spider {
ByteArrayInputStream baos = new ByteArrayInputStream("ok".getBytes("UTF-8")); ByteArrayInputStream baos = new ByteArrayInputStream("ok".getBytes("UTF-8"));
result[2] = baos; result[2] = baos;
return result; return result;
} else if (what.equals("ali")||what.equals("push")) {
return PushAgent.vod(params);
} else if (what.equals("czspp")) { } else if (what.equals("czspp")) {
return Czsapp.loadsub(params.get("url")); return Czsapp.loadsub(params.get("url"));
} }
@@ -63,4 +62,4 @@ public class Proxy extends Spider {
return null; return null;
} }
} }