This commit is contained in:
邹宗楠
2025-07-21 09:20:04 +08:00
parent 287adae580
commit c068b8853b
4 changed files with 6 additions and 6 deletions

View File

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