修改PBCAgent2G

This commit is contained in:
xydkj 2026-05-27 09:43:53 +08:00
parent 9846ff13f7
commit 563b625456

View File

@ -67,6 +67,15 @@ public class PBCAgent2G{
this.timeout = timeout;
}
public int getReturnCode(){
return 1;
}
public boolean closeSignServer(){
return true;
}
public boolean openSignServer(String ip, int port, String password){
System.out.println(ip);
System.out.println(port);