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