This commit is contained in:
邹宗楠
2025-05-09 16:07:22 +08:00
parent 7b827e79a7
commit 4336a475c6
3 changed files with 1 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ import (
)
func TestCommentQuery(t *testing.T) {
result, err := api.CommentQuery("27674533", "20250415", "20250506", 19, 1, CommentReplyStatusAll)
result, err := api.CommentQuery("7756297", "20250415", "20250507", 0, 20, CommentReplyStatusAll)
if err != nil {
t.Fatal(err)
}