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 ; } }