优化推送订单功能

This commit is contained in:
2026-04-03 10:15:43 +08:00
parent 520e950dc5
commit 941f0f4a8c
5 changed files with 368 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
use support\Log;
use support\Request;
use app\process\Http;
use app\process\AngpowImportJobs;
global $argv;
@@ -65,4 +66,9 @@ return [
'handler' => app\process\PlayxJobs::class,
'reloadable' => false,
],
// Angpow 导入推送任务:订单兑换后推送到对方平台
'angpow_import_jobs' => [
'handler' => AngpowImportJobs::class,
'reloadable' => false,
],
];