企业微信外部联系人同步

This commit is contained in:
Guoxianpeng
2026-04-22 12:19:24 +08:00
parent 906684c1ed
commit 6e37c6ec05
25 changed files with 3362 additions and 325 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ return [
// 同步现有订单快递单号
'express:sync' => 'app\\command\\SyncTrackingNumbers',
// 企业微信客户同步
'qywx:sync-customer' => 'app\\command\\QywxSyncCustomer',
'qywx:sync_customer' => 'app\\common\\command\\QywxSyncCustomer',
],
];