This commit is contained in:
邹宗楠
2024-08-01 15:21:32 +08:00
parent 757573973f
commit 3d5ac6505c
5 changed files with 88 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ import (
)
func TestCommentQuery(t *testing.T) {
result, err := api.CommentQuery("18477421", "20240712", "20240717", 0, 0, CommentReplyStatusAll)
result, err := api.CommentQuery("7821254", "20240730", "20240731", 0, 0, CommentReplyStatusAll)
if err != nil {
t.Fatal(err)
}