1
zj
2025-08-27 a067fca929a31a42a4ef7148ca05687d371eb37a
src/main/java/com/nq/ws/WebsocketRunClient.java
@@ -43,7 +43,7 @@
    private static HttpPost httpPost;
    static {
        httpPost = new HttpPost("http://127.0.0.1:8001/api/sendNotification"); // 初始化 HttpPost
        httpPost = new HttpPost("http://127.0.0.1:8008/api/sendNotification"); // 初始化 HttpPost
    }
    @Override