rabin 3 år sedan
förälder
incheckning
07e90c7ff5
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 == 'shemic168') {
+                if ($code == '1234') {
 
                 } else {
                     Dever::load('option/lib/account')->checkMcode($mobile);