sync wechat data

This commit is contained in:
xavier
2025-05-12 21:18:19 +08:00
parent a34c9bc0c7
commit eb2b7a6f39
4 changed files with 184 additions and 14 deletions

View File

@@ -28,4 +28,5 @@ return [
'content:collect' => 'app\command\ContentCollectCommand', // 内容采集任务 √
'moments:collect' => 'app\command\WechatMomentsCommand', // 朋友圈采集任务
'workbench:run' => 'app\command\WorkbenchCommand', // 工作台任务
'sync:wechatData' => 'app\command\SyncWechatDataToCkbTask', // 同步微信数据到存客宝
];