修改:登录时 取消短信验证码
This commit is contained in:
parent
608194803a
commit
4ffc763368
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue