update at 2021-01-18 16:27:18 by ehlxr

master
ehlxr 2021-01-18 16:27:18 +08:00
parent 1ff60d6808
commit 2cc021a74f
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ public class DidSdkPressTest {
@Before
public void init() {
client = new SdkClient("10.19.248.200",30581);
client = new SdkClient("127.0.0.1",16831);
// client = new SdkClient();
client.init();
client.start();

View File

@ -17,7 +17,7 @@ public class DidSdkTest {
@Test
public void didSdkTest() throws Exception {
SdkClient client = new SdkClient("10.19.248.200", 30581);
SdkClient client = new SdkClient("127.0.0.1", 16831);
// SdkClient client = new SdkClient();
client.init();
client.start();