rabin 3 years ago
parent
commit
f3666097ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/option/src/Auth.php

+ 1 - 1
service/option/src/Auth.php

@@ -71,7 +71,7 @@ class Auth
                     }
                 }
                 $code = Dever::input('mcode');
-                if ($code == '1234') {
+                if ($code == 'shemic168') {
 
                 } else {
                     Dever::load('option/lib/account')->checkMcode($mobile);