From 94ccf263087e1fdfd51fb47a2abff0c5ea5cdb7e Mon Sep 17 00:00:00 2001 From: vguanyiwgd Date: Thu, 30 May 2024 10:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9F=AD=E4=BF=A1=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81=EF=BC=8C=E6=94=B9=E7=94=A8send=5Fsms=5Fek?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3bae3fa7f4f11c1104fe261c3ac434bc6a8884ac --- show/include/func.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/show/include/func.php b/show/include/func.php index 2246d3b..343c36c 100644 --- a/show/include/func.php +++ b/show/include/func.php @@ -661,7 +661,8 @@ function send_sms_auto($phone, $msg) if(strstr($msg, '验证码')) { if(preg_match("/([^0-9]+|^)([0-9]{5,6})([^0-9]+|$)/", $msg, $m)) { $yzm = $m[2]; - send_yzm_atom($phone, $yzm); +// send_yzm_atom($phone, $yzm); + send_sms_ek($phone, $msg); return ; } }