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

@@ -42,7 +42,7 @@ class SendMarkSms implements Consumer
// 推给redis
$stortime = strtotime($record['send_time']);
Redis::setEx('expired:sms:'.$record['id'], $stortime - time(), 1);
Log::info('定时发送已存入redis');
Log::info($record . ' 定时发送已存入redis, 过期时间->>>' .$record['send_time'] . '/' . $stortime - time());
}else {
// 待发送
if($record['status'] == 0) {