From 942fb6f3abad7748eadfb83473ed3e066598ae89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 18 Jul 2024 09:11:05 +0800 Subject: [PATCH] 1 --- platformapi/mtwmapi/comment_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }