This commit is contained in:
邹宗楠
2023-10-12 17:14:58 +08:00
parent 16dc42708e
commit c09faee574
3 changed files with 10 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import (
)
func TestCommentQuery(t *testing.T) {
result, err := api.CommentQuery("18026738", "20230711", "20230717", 0, 0, CommentReplyStatusNotReplied)
result, err := api.CommentQuery("18805464", "20231009", "20231011", 0, 0, CommentReplyStatusNotReplied)
if err != nil {
t.Fatal(err)
}