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

This commit is contained in:
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 @Before
public void init() { public void init() {
client = new SdkClient("10.19.248.200",30581); client = new SdkClient("127.0.0.1",16831);
// client = new SdkClient(); // client = new SdkClient();
client.init(); client.init();
client.start(); client.start();

View File

@ -17,7 +17,7 @@ public class DidSdkTest {
@Test @Test
public void didSdkTest() throws Exception { 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(); // SdkClient client = new SdkClient();
client.init(); client.init();
client.start(); client.start();