xiang hace 6 años
padre
commit
2f06b57235
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      application/service/controller/Login.php

+ 2 - 2
application/service/controller/Login.php

@@ -17,8 +17,8 @@ class Login extends Controller
 
     public function doLogin()
     {
-
-        exit;
+        return json(['code' => 0, 'data' => [], 'msg' => '访问受限222']);
+        
         //验证客服IP
         $settings = db('settings')->where('id', 1)->find();
         if ($settings['kf_white_list'] == 'on') {