diff --git a/platformapi/mtwmapi/comment_test.go b/platformapi/mtwmapi/comment_test.go index 6b7913c8..7d9e9195 100644 --- a/platformapi/mtwmapi/comment_test.go +++ b/platformapi/mtwmapi/comment_test.go @@ -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) }