同步群列表
This commit is contained in:
@@ -51,6 +51,7 @@ class SyncWechatDataToCkbTask extends Command
|
||||
$this->syncWechatDeviceLoginLog($ChuKeBaoAdapter);
|
||||
$this->syncWechatDevice($ChuKeBaoAdapter);
|
||||
$this->syncWechatCustomer($ChuKeBaoAdapter);
|
||||
$this->syncWechatGroup($ChuKeBaoAdapter);
|
||||
$this->syncWechatFriendToTrafficPoolBatch($ChuKeBaoAdapter);
|
||||
$this->syncTrafficSourceUser($ChuKeBaoAdapter);
|
||||
$this->syncTrafficSourceGroup($ChuKeBaoAdapter);
|
||||
@@ -108,5 +109,10 @@ class SyncWechatDataToCkbTask extends Command
|
||||
return $ChuKeBaoAdapter->syncTrafficSourceGroup();
|
||||
}
|
||||
|
||||
protected function syncWechatGroup(ChuKeBaoAdapter $ChuKeBaoAdapter)
|
||||
{
|
||||
return $ChuKeBaoAdapter->syncWechatGroup();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user