This commit is contained in:
邹宗楠
2025-06-24 13:50:29 +08:00
parent 5b3ef2cd6d
commit 0599a21bce
42 changed files with 4192 additions and 26 deletions

View File

@@ -12,7 +12,7 @@ import (
)
func TestCommentQuery(t *testing.T) {
result, err := api.CommentQuery("27674533", "20250420", "20250514", 40, 20, CommentReplyStatusAll)
result, err := api.CommentQuery("27674533", "20250426", "20250514", 0, 0, CommentReplyStatusAll)
if err != nil {
t.Fatal(err)
}