修改默认朋友圈分页

This commit is contained in:
wong
2026-01-16 11:55:45 +08:00
parent 58b6cd2340
commit 135e58f1e2

View File

@@ -99,7 +99,7 @@ class OwnMomentsCollectJob
'wechatAccountId' => $wechatAccountId,
'wechatFriendId' => 0,
'isTimeline' => true,
'maxPages' => 3,
'maxPages' => 1,
'count' => 10 // 每次采集10条
]);