This commit is contained in:
2025-10-27 16:09:36 +08:00
parent f1413a156d
commit 60b727a0b6
4 changed files with 356 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
*/
use app\process\MessagePushTask;
use app\process\RabbConsumApplySmsTemp;
use support\Log;
use support\Request;
use app\process\Http;
@@ -68,5 +69,9 @@ return [
// 定时任务/查询短信发送状态/查询模版审核状态/按天插入过期时间
'QuerySmsStatus' => [
'handler' => MessagePushTask::class
],
// rabbitmq 消费者
'RabbitmqConsum' => [
'handler' => RabbConsumApplySmsTemp::class
]
];