From 4ffc76336824ee5e75e3520b10fd199dae9ad964 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Tue, 26 Mar 2024 10:38:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=97=B6=20=E5=8F=96=E6=B6=88=E7=9F=AD=E4=BF=A1=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/modules/sms/SmsService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/common/modules/sms/SmsService.php b/app/common/modules/sms/SmsService.php index ea7beafd..c2074691 100644 --- a/app/common/modules/sms/SmsService.php +++ b/app/common/modules/sms/SmsService.php @@ -100,6 +100,8 @@ class SmsService public function checkCode($mobile, $code,$key = '') { + + return $this->show_json(1); //app验证码统一用cache if (request()->type == 14 || request()->type == 15) { return $this->checkAppCode($mobile,$code);