mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-18 14:23:39 +00:00
feat: 代码优化
This commit is contained in:
@@ -26,7 +26,6 @@ class HuyaCodecUtilTest {
|
||||
ConnectParaInfo wsConnectParaInfo = ConnectParaInfo.newWSConnectParaInfo(ver, exp, appSrc);
|
||||
byte[] byteArray = wsConnectParaInfo.toByteArray();
|
||||
String s = HuyaCodecUtil.ab2str(byteArray);
|
||||
System.out.println(s);
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -36,7 +35,6 @@ class HuyaCodecUtilTest {
|
||||
String s = HuyaCodecUtil.ab2str(byteArray);
|
||||
|
||||
String btoa = HuyaCodecUtil.btoa(s);
|
||||
System.out.println(btoa);
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -67,7 +65,6 @@ class HuyaCodecUtilTest {
|
||||
LiveLaunchReq liveLaunchReq = new LiveLaunchReq();
|
||||
liveLaunchReq = wupReq.getUniAttribute().getByClass("tReq", liveLaunchReq);
|
||||
UserId tId = liveLaunchReq.getTId();
|
||||
System.out.println(wupReq.getTarsServantRequest().getVersion());
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -96,4 +93,4 @@ class HuyaCodecUtilTest {
|
||||
|
||||
UserId tId = getLivingInfoReq.getTId();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user