feat: add kuaidi100 logistics sync

This commit is contained in:
wushumin
2026-05-26 17:08:33 +08:00
parent 09d9fcbe69
commit a5f00d7e31
31 changed files with 2596 additions and 67 deletions

View File

@@ -58,5 +58,9 @@ return [
'enable_memory_monitor' => DIRECTORY_SEPARATOR === '/',
]
]
],
'kuaidi100-logistics-sync' => [
'handler' => app\process\Kuaidi100LogisticsSyncProcess::class,
'count' => 1,
]
];