This commit is contained in:
wangcongtao
2020-12-14 20:08:53 +08:00
parent 63daee6eb0
commit 9489ec6dbd
4 changed files with 12 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ public class WebSocketConstant {
private static final String HOST_DEMO = "ws://62.234.196.121";
private static final String HOST_RELEASE = "ws://62.234.196.121";
// private static final String PORT = ":14001/ws";
public static final String PORT = ":4003/ws";
public static final String PORT = ":4004/ws";
public static final String PROTOCOL = "ws://";
private static final String DOMAIN_DEV = "dzt-city.zhidaozhixing.com";