mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-18 14:23:39 +00:00
feat: 代码优化
This commit is contained in:
@@ -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()
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user