rabin 2 年之前
父節點
當前提交
f3666097ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);