去除短信限制

This commit is contained in:
2023-05-04 15:15:35 +08:00
parent 592a5e97dc
commit 325d4e3828
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -60,10 +60,10 @@ class SendSmsMessageConsumer extends ConsumerMessage
}
}
if ($data['phone'] == "18513026297" || $data['phone'] == "13301296315" || $data['phone'] == "18221234167" || $data['phone'] == "13028643897"){
// if ($data['phone'] == "18513026297" || $data['phone'] == "13301296315" || $data['phone'] == "18221234167" || $data['phone'] == "13028643897"){
// 发送短信
Dysms::sendSms($data['phone'],$data['template_param'],$data['template_code'],$data['scene_desc']);
}
// }
// 删除缓存
if (!empty($result)){