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"));
result[2] = baos;
return result;
} else if (what.equals("ali")||what.equals("push")) {
return PushAgent.vod(params);
} else if (what.equals("czspp")) {
return Czsapp.loadsub(params.get("url"));
}
@@ -63,4 +62,4 @@ public class Proxy extends Spider {
return null;
}
}
}