This commit is contained in:
Your Name
2026-04-30 09:27:42 +08:00
parent dc899e4af4
commit eb782305e6
460 changed files with 10785 additions and 928 deletions
+2
View File
@@ -24,6 +24,8 @@ return [
'express:sync' => 'app\\command\\SyncTrackingNumbers',
// 企业微信客户同步
'qywx:sync-customer' => 'app\\command\\QywxSyncCustomer',
// 一次性回填企微客户 tags 字段(从本地 follow_users JSON 提取,不调企微 API
'qywx:backfill-customer-tags' => 'app\\command\\QywxBackfillCustomerTags',
// 扫描企微客户渠道标签
'qywx:scan-media-channel' => 'app\\command\\QywxScanMediaChannel',
// 企业微信会话内容存档同步(需开通会话存档 License 并配置 msgaudit_* 相关项 + 动态库)