【7.0.4】默认websocket连接信息修改

pull/22/head
fengshuonan 2021-07-07 11:24:37 +08:00
parent 112c21826b
commit 4d5b24e638
1 changed files with 1 additions and 1 deletions

View File

@ -50,6 +50,6 @@ public interface MessageConstants {
/**
* websocket-url
*/
String DEFAULT_WS_URL = "ws://localhost:8080/message/websocket/{userId}";
String DEFAULT_WS_URL = "ws://localhost:8080/webSocket/{token}";
}