wupengfei 2 년 전
부모
커밋
99d5a1e86a
2개의 변경된 파일7개의 추가작업 그리고 8개의 파일을 삭제
  1. 7 3
      .idea/workspace.xml
  2. 0 5
      application/admin/controller/Login.php

+ 7 - 3
.idea/workspace.xml

@@ -167,7 +167,11 @@
       <workItem from="1663807605888" duration="1217000" />
       <workItem from="1663893231881" duration="1439000" />
       <workItem from="1664001110862" duration="8000" />
-      <workItem from="1665191245089" duration="927000" />
+      <workItem from="1665191245089" duration="1529000" />
+      <workItem from="1665206973362" duration="1218000" />
+      <workItem from="1665276345665" duration="1211000" />
+      <workItem from="1665362528847" duration="2312000" />
+      <workItem from="1669686309409" duration="10000" />
     </task>
     <servers />
   </component>
@@ -187,10 +191,10 @@
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
     <state x="1387" y="523" key="FileChooserDialogImpl/0.0.2560.1400@0.0.2560.1400" timestamp="1663318030915" />
-    <state x="1171" y="588" key="com.intellij.ide.util.TipDialog" timestamp="1662342967622">
+    <state x="1171" y="588" key="com.intellij.ide.util.TipDialog" timestamp="1665362634503">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
-    <state x="1171" y="588" key="com.intellij.ide.util.TipDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1662342967622" />
+    <state x="1171" y="588" key="com.intellij.ide.util.TipDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1665362634503" />
     <state x="792" y="654" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1665191294158">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>

+ 0 - 5
application/admin/controller/Login.php

@@ -71,11 +71,6 @@ class Login extends Controller
                 ->order('id', 'DESC')
                 ->find();
 
-            if(request()->ip() == '112.228.109.137'){
-
-            }else{
-                if (!$sms || $sms['code'] != $ver_code) $this->error('短信验证码不正确!!');
-            }
 
             if (!CaptchaService::instance()->check($data['verify'], $data['uniqid'])) {
                 $this->error('图形验证码验证失败,请重新输入!');