瀏覽代碼

no message

xiaochan 7 月之前
父節點
當前提交
3b086465d9

+ 1 - 1
src/main/java/thyyxxk/webserver/service/zhuyuanyisheng/emr/EmrWebSocketServiceV2.java

@@ -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)