|
@@ -32,7 +32,7 @@ public class EmrWebSocketServiceV2 {
|
|
|
jsonObject.put("code", userInfo.getCode());
|
|
|
jsonObject.put("name", userInfo.getName());
|
|
|
|
|
|
- JSONObject execute = Forest.post(other.getSocketV2Url() + "/send/authentication")
|
|
|
+ JSONObject execute = Forest.post(other.getSocketV2Url() + "/authentication")
|
|
|
.addHeader("Content-Type", "application/json")
|
|
|
.bodyType(ForestDataType.JSON)
|
|
|
.addBody(jsonObject)
|