dos hace 2 meses
padre
commit
411b3127d4

+ 1 - 1
game-business/src/main/java/com/game/business/config/GameEightConfig.java

@@ -16,7 +16,7 @@ public class GameEightConfig implements CommandLineRunner {
     @Override
     @Async
     public void run(String... args) throws Exception {
-        webSocketConnent = new WebSocketConnent(Common.WS_GAME_EIGHT_REMARK_URL,Common.WS_GAME_EIGHT_URL, Common.GAME_EIGHT_NAME);
+        webSocketConnent = new WebSocketConnent(Common.WS_GAME_EIGHT_REMARK_URL,Common.WS_GAME_EIGHT_REMARK_URL, Common.GAME_EIGHT_NAME);
         webSocketConnent.connect();
     }
 }

+ 1 - 1
game-business/src/main/java/com/game/business/config/GameFiveConfig.java

@@ -16,7 +16,7 @@ public class GameFiveConfig implements CommandLineRunner {
     @Override
     @Async
     public void run(String... args) throws Exception {
-        webSocketConnent = new WebSocketConnent(Common.WS_GAME_FIVE_REMARK_URL,Common.WS_GAME_FIVE_URL,  Common.GAME_FIVE_NAME);
+        webSocketConnent = new WebSocketConnent(Common.WS_GAME_FIVE_REMARK_URL,Common.WS_GAME_FIVE_REMARK_URL,  Common.GAME_FIVE_NAME);
         webSocketConnent.connect();
     }
 }

+ 1 - 1
game-business/src/main/java/com/game/business/config/GameFourConfig.java

@@ -16,7 +16,7 @@ public class GameFourConfig implements CommandLineRunner {
     @Override
     @Async
     public void run(String... args) throws Exception {
-        webSocketConnent = new WebSocketConnent( Common.WS_GAME_FOUR_REMARK_URL, Common.WS_GAME_FOUR_URL,Common.GAME_FOUR_NAME);
+        webSocketConnent = new WebSocketConnent( Common.WS_GAME_FOUR_REMARK_URL, Common.WS_GAME_FOUR_REMARK_URL,Common.GAME_FOUR_NAME);
         webSocketConnent.connect();
     }
 }

+ 1 - 1
game-business/src/main/java/com/game/business/config/GameOneConfig.java

@@ -16,7 +16,7 @@ public class GameOneConfig implements CommandLineRunner {
     @Override
     @Async
     public void run(String... args) throws Exception {
-        webSocketConnent = new WebSocketConnent(Common.WS_GAME_ONE_REMARK_URL,Common.WS_GAME_ONE_URL,  Common.GANME_ONE_NAME);
+        webSocketConnent = new WebSocketConnent(Common.WS_GAME_ONE_REMARK_URL,Common.WS_GAME_ONE_REMARK_URL,  Common.GANME_ONE_NAME);
         webSocketConnent.connect();
     }
 }

+ 1 - 1
game-business/src/main/java/com/game/business/config/GameSevenConfig.java

@@ -16,7 +16,7 @@ public class GameSevenConfig implements CommandLineRunner {
     @Override
     @Async
     public void run(String... args) throws Exception {
-        webSocketConnent = new WebSocketConnent( Common.WS_GAME_SEVEN_REMARK_URL,Common.WS_GAME_SEVEN_URL, Common.GAME_SEVEN_NAME);
+        webSocketConnent = new WebSocketConnent( Common.WS_GAME_SEVEN_REMARK_URL,Common.WS_GAME_SEVEN_REMARK_URL, Common.GAME_SEVEN_NAME);
         webSocketConnent.connect();
     }
 }

+ 1 - 1
game-business/src/main/java/com/game/business/config/GameSixConfig.java

@@ -16,7 +16,7 @@ public class GameSixConfig implements CommandLineRunner {
     @Override
     @Async
     public void run(String... args) throws Exception {
-        webSocketConnent = new WebSocketConnent( Common.WS_GAME_SIX_REMARK_URL, Common.WS_GAME_SIX_URL,Common.GAME_SIX_NAME);
+        webSocketConnent = new WebSocketConnent( Common.WS_GAME_SIX_REMARK_URL, Common.WS_GAME_SIX_REMARK_URL,Common.GAME_SIX_NAME);
         webSocketConnent.connect();
     }
 }

+ 1 - 1
game-business/src/main/java/com/game/business/config/GameThreesConfig.java

@@ -16,7 +16,7 @@ public class GameThreesConfig implements CommandLineRunner {
     @Override
     @Async
     public void run(String... args) throws Exception {
-        webSocketConnent = new WebSocketConnent( Common.WS_GAME_THREES_REMARK_URL,Common.WS_GAME_THREES_URL, Common.GAME_THREES_NAME);
+        webSocketConnent = new WebSocketConnent( Common.WS_GAME_THREES_REMARK_URL,Common.WS_GAME_THREES_REMARK_URL, Common.GAME_THREES_NAME);
         webSocketConnent.connect();
     }
 }

+ 1 - 1
game-business/src/main/java/com/game/business/config/GameTwoConfig.java

@@ -16,7 +16,7 @@ public class GameTwoConfig implements CommandLineRunner {
     @Override
     @Async
     public void run(String... args) throws Exception {
-        webSocketConnent = new WebSocketConnent(Common.WS_GAME_TWO_REMARK_URL,Common.WS_GAME_TWO_URL,  Common.GANME_TWO_NAME);
+        webSocketConnent = new WebSocketConnent(Common.WS_GAME_TWO_REMARK_URL,Common.WS_GAME_TWO_REMARK_URL,  Common.GANME_TWO_NAME);
         webSocketConnent.connect();
     }
 }