完成
This commit is contained in:
@@ -44,8 +44,10 @@ class ApplySmsTemp extends Command
|
||||
// p(replace_json_keys($a, json_encode($templateContent_arr, 256), []));
|
||||
// $t_str = replace_placeholder_keys($str, $templateContent_arr);
|
||||
// p($templateContent_arr, $t_str);
|
||||
|
||||
|
||||
// $stortime = strtotime('2025-10-16 19:03:00');
|
||||
// \support\Redis::setEx('expired:sms:9995', $stortime - time(), 1);
|
||||
// Log::info('定时发送,已存入redis');
|
||||
// p(123123);
|
||||
$host = RabbitMqConfig::$host;
|
||||
$port = RabbitMqConfig::$port;
|
||||
$user = RabbitMqConfig::$user;
|
||||
|
||||
Reference in New Issue
Block a user