修改发送短信手机号

This commit is contained in:
wucongxing 2023-04-24 14:51:47 +08:00
parent bbeb1909f7
commit 798c42df9f

View File

@ -59,7 +59,7 @@ class SendSmsMessageConsumer extends ConsumerMessage
}
}
if ($data['phone'] == "17600901561" || $data['phone'] == "15670592813"){
if ($data['phone'] == "18513026297" || $data['phone'] == "13301296315"){
// 发送短信
Dysms::sendSms($data['phone'],$data['template_param'],$data['template_code'],$data['scene_desc']);
}