From cc0dba350701bc60bbf72f93e5da6e08686800dc Mon Sep 17 00:00:00 2001 From: Klein <11241686+Klein422@user.noreply.gitee.com> Date: Fri, 13 Oct 2023 21:09:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=99=8E=E7=89=99=E8=8E=B7=E5=8F=96=E5=BC=B9?= =?UTF-8?q?=E5=B9=95ws=E6=BA=90=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/org/example/core/creeper/protocl/HuyaProtocol.java | 1 - 1 file changed, 1 deletion(-) diff --git a/chopperbot-barrage/src/main/java/org/example/core/creeper/protocl/HuyaProtocol.java b/chopperbot-barrage/src/main/java/org/example/core/creeper/protocl/HuyaProtocol.java index f9c52e2..78190fc 100644 --- a/chopperbot-barrage/src/main/java/org/example/core/creeper/protocl/HuyaProtocol.java +++ b/chopperbot-barrage/src/main/java/org/example/core/creeper/protocl/HuyaProtocol.java @@ -25,7 +25,6 @@ public class HuyaProtocol { 0x52, 0x02, 0x60, 0x5c, 0x60, 0x01, 0x7c, (byte) 0x82, 0x00, 0x0b, (byte) 0xb0, 0x1f, (byte) 0x9c, (byte) 0xac, 0x0b, (byte) 0x8c, (byte) 0x98, 0x0c, (byte) 0xa8, 0x0c}; private static final int heartbeatInterval = 60; - public static String getWsInfo(String url) throws IOException { ArrayList regDatas = new ArrayList<>(); url = "https://m.huya.com/" + url.substring(url.lastIndexOf('/') + 1);