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