feat: 代码优化

This commit is contained in:
ageer
2025-05-11 18:37:51 +08:00
parent e1dea1d9e2
commit e3da640737
16 changed files with 5 additions and 175 deletions

View File

@@ -28,13 +28,5 @@ class KuaishouApisTest {
@Test
void sendComment() {
System.out.println(KuaishouApis.sendComment(System.getenv("cookie"),
"3x6pb6bcmjrarvs",
KuaishouApis.SendCommentRequest
.builder()
.liveStreamId("XKLoBv2mAEo")
.content("666666a")
.build()
));
}
}
}