修改:登录时 取消短信验证码

This commit is contained in:
wuhui_zzw 2024-03-26 10:38:35 +08:00
parent 608194803a
commit 4ffc763368
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ class SmsService
public function checkCode($mobile, $code,$key = '') public function checkCode($mobile, $code,$key = '')
{ {
return $this->show_json(1);
//app验证码统一用cache //app验证码统一用cache
if (request()->type == 14 || request()->type == 15) { if (request()->type == 14 || request()->type == 15) {
return $this->checkAppCode($mobile,$code); return $this->checkAppCode($mobile,$code);