自动点赞 支持打标签

This commit is contained in:
wong
2025-05-16 18:43:11 +08:00
parent 950a06b8a7
commit b3b1dde54a
3 changed files with 10 additions and 18 deletions

View File

@@ -217,7 +217,7 @@ class WebSocketController extends BaseController
$wechatAccountId = !empty($data['wechatAccountId']) ? $data['wechatAccountId'] : '';
$wechatFriendId = !empty($data['wechatFriendId']) ? $data['wechatFriendId'] : 0;
$prevSnsId = !empty($data['prevSnsId']) ? $data['prevSnsId'] : 0;
$maxPages = 20; // 最大页数限制为20
$maxPages = 1; // 最大页数限制为20
$currentPage = 1; // 当前页码
$allMoments = []; // 存储所有朋友圈数据