支持定时采集所有朋友圈

This commit is contained in:
wong
2026-01-16 11:55:07 +08:00
parent b21f40942e
commit 58b6cd2340
2 changed files with 6 additions and 3 deletions

View File

@@ -97,7 +97,9 @@ class OwnMomentsCollectJob
// 采集自己的朋友圈wechatFriendId传0或空表示采集自己的朋友圈
$result = $webSocket->getMoments([
'wechatAccountId' => $wechatAccountId,
'wechatFriendId' => 0, // 0表示采集自己的朋友圈
'wechatFriendId' => 0,
'isTimeline' => true,
'maxPages' => 3,
'count' => 10 // 每次采集10条
]);