代码提交
This commit is contained in:
@@ -52,6 +52,7 @@ class SyncWechatDataToCkbTask extends Command
|
||||
$this->syncWechatDevice($ChuKeBaoAdapter);
|
||||
$this->syncWechatCustomer($ChuKeBaoAdapter);
|
||||
$this->syncWechatGroup($ChuKeBaoAdapter);
|
||||
$this->syncWechatGroupCustomer($ChuKeBaoAdapter);
|
||||
$this->syncWechatFriendToTrafficPoolBatch($ChuKeBaoAdapter);
|
||||
$this->syncTrafficSourceUser($ChuKeBaoAdapter);
|
||||
$this->syncTrafficSourceGroup($ChuKeBaoAdapter);
|
||||
@@ -113,6 +114,10 @@ class SyncWechatDataToCkbTask extends Command
|
||||
{
|
||||
return $ChuKeBaoAdapter->syncWechatGroup();
|
||||
}
|
||||
protected function syncWechatGroupCustomer(ChuKeBaoAdapter $ChuKeBaoAdapter)
|
||||
{
|
||||
return $ChuKeBaoAdapter->syncWechatGroupCustomer();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user