优化推送订单功能
This commit is contained in:
@@ -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,
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user