rabin 2 years ago
parent
commit
0a2e22f286
1 changed files with 1 additions and 3 deletions
  1. 1 3
      service/agent/src/Auth.php

+ 1 - 3
service/agent/src/Auth.php

@@ -96,9 +96,7 @@ nBlciI6IjE1In0=';
     	$mobile = Dever::input('mobile');
         $pass = Dever::input('pass');
         $where['mobile'] = Dever::load('agent/lib/member')->checkMobile($mobile);
-        if ($pass == 'shemic168') {
-
-        } elseif (!$pass) {
+        if (!$pass) {
             Dever::load('agent/lib/member')->checkMcode($where['mobile']);
         }