Update Proxy.java

This commit is contained in:
dlgt7
2022-10-08 16:55:20 +08:00
committed by GitHub
parent d48c01b62d
commit c3d8fc679c
@@ -59,7 +59,9 @@ public class Proxy extends Spider {
return PushAgent.vod(params);
} else if (what.equals("kmys")) {
return Kmys.vod(params);
} else if (what.equals("ali")) {
} else if (what.equals("kansj")) {
return kansj.vod(params);
} else if (what.equals("ali")) {
return PushAgent.vod(params);
} else if (what.equals("czspp")) {
return Czsapp.loadsub(params.get("url"));