Commit 136fa245 authored by zhengfunan's avatar zhengfunan

ip

parent d76dd983
...@@ -15,7 +15,7 @@ public class AssetSamples { ...@@ -15,7 +15,7 @@ public class AssetSamples {
public static void main(String[] args) { public static void main(String[] args) {
RemoteSaAuthHandler rsh = new RemoteSaAuthHandler("guantiantian","q1w2e3r4","121.199.160.117",9000); RemoteSaAuthHandler rsh = new RemoteSaAuthHandler("guantiantian","q1w2e3r4","121.199.160.117",9000);
rsh.loginGetSaToken(); rsh.loginGetSaToken();
rsh.serverIP ="127.0.0.1"; rsh.serverIP ="150.158.75.213";
rsh.serverPort=8080; rsh.serverPort=8080;
rsh.dbName="TXPIMDB"; rsh.dbName="TXPIMDB";
System.out.println("登录数据"+rsh.toString()); System.out.println("登录数据"+rsh.toString());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment