From 135e58f1e2bca78ef3c26f06ce60917a46991f4d Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Fri, 16 Jan 2026 11:55:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E6=9C=8B?= =?UTF-8?q?=E5=8F=8B=E5=9C=88=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/application/job/OwnMomentsCollectJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/application/job/OwnMomentsCollectJob.php b/Server/application/job/OwnMomentsCollectJob.php index 71e6d74a..a597abe2 100644 --- a/Server/application/job/OwnMomentsCollectJob.php +++ b/Server/application/job/OwnMomentsCollectJob.php @@ -99,7 +99,7 @@ class OwnMomentsCollectJob 'wechatAccountId' => $wechatAccountId, 'wechatFriendId' => 0, 'isTimeline' => true, - 'maxPages' => 3, + 'maxPages' => 1, 'count' => 10 // 每次采集10条 ]);