This commit is contained in:
邹宗楠
2024-07-18 09:11:05 +08:00
parent 30a775ac86
commit 942fb6f3ab

View File

@@ -8,7 +8,7 @@ import (
)
func TestCommentQuery(t *testing.T) {
result, err := api.CommentQuery("8694203", "20240711", "20240716", 0, 0, CommentReplyStatusAll)
result, err := api.CommentQuery("19271619", "20240711", "20240716", 0, 0, CommentReplyStatusAll)
if err != nil {
t.Fatal(err)
}