1
zj
2025-08-25 61c3aaf5e641c53e358fdbf7f8b81b3ce27b7faa
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