代码提交
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user