This commit is contained in:
2025-10-17 09:47:12 +08:00
parent 3fb7712f29
commit 1a1040b514
8 changed files with 48 additions and 182 deletions

View File

@@ -61,7 +61,12 @@ return [
]
]
],
// redis 过期触发事件
'ExpiredRedis' => [
'handler' => \app\process\ExpiredRedis::class,
],
// 定时任务/查询短信发送状态/查询模版审核状态
'QuerySmsStatus' => [
'handler' => MessagePushTask::class
]
];