自动点赞优化

This commit is contained in:
wong
2025-05-16 15:12:49 +08:00
parent 1a62ad2034
commit 365bbe6cde
7 changed files with 265 additions and 72 deletions

View File

@@ -73,7 +73,11 @@ class WechatFriendJob
]);
// 调用微信好友列表获取方法传入isDel参数
$result = $wechatFriendController->getlist($pageIndex, $pageSize, $preFriendId, true, $isDel);
$result = $wechatFriendController->getlist([
'pageIndex' => $pageIndex,
'pageSize' => $pageSize,
'preFriendId' => $preFriendId,
], true, $isDel);
$response = json_decode($result, true);
// 判断是否成功