changed the websocket port

This commit is contained in:
unknown
2020-11-25 13:18:17 +08:00
parent 8b4893b40e
commit 082982d8ea

View File

@@ -9,7 +9,8 @@ public class WebSocketConstant {
private static final String HOST_QA = "ws://62.234.196.121";
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";
// private static final String PORT = ":14001/ws";
private static final String PORT = ":4003/ws";
public static String getSocketServer() {
switch (DebugConfig.getNetMode()) {