支持定时采集所有朋友圈
This commit is contained in:
@@ -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条
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user