代码提交

This commit is contained in:
wong
2025-07-07 15:13:55 +08:00
parent 9349fdcbea
commit c0b88eb967

View File

@@ -611,6 +611,11 @@ class Adapter implements WeChatServiceInterface
if (empty($wechatId)) {
return false;
}
//强制请求添加好友的列表
$friendController = new FriendTaskController();
$friendController->getlist(0,50);
$record = $this->getLatestFriendTask($wechatId);
if (empty($record)) {