wangmingchuan 9 months ago
parent eabb339ca9
commit 177bdb9fce
  1. 14
      .idea/workspace.xml
  2. 1
      app/api/controller/v1/LoginController.php

@ -2,18 +2,8 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="48814c61-6f31-484c-b247-2bbbb849455d" name="变更" comment="">
<change beforePath="$PROJECT_DIR$/.idea/.gitignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/deployment.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/deployment.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/webServers.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/webServers.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/api/controller/v1/LoginController.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/api/controller/v1/LoginController.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/api/controller/v1/complaint/ComplaintController.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/api/controller/v1/complaint/ComplaintController.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/api/controller/v1/publics/ArticleCategoryController.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/api/controller/v1/publics/ArticleCategoryController.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/services/user/LoginServices.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/services/user/LoginServices.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/crmeb/services/FileService.php" beforeDir="false" afterPath="$PROJECT_DIR$/crmeb/services/FileService.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/public/admin/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/public/admin/index.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/public/admin/system_static/js/app.77d17773.js" beforeDir="false" afterPath="$PROJECT_DIR$/public/admin/system_static/js/app.77d17773.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/public/admin/system_static/js/chunk-2d226c9d.c64c2c15.js" beforeDir="false" afterPath="$PROJECT_DIR$/public/admin/system_static/js/chunk-2d226c9d.c64c2c15.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/public/admin/system_static/js/chunk-78e58f85.ec95ea87.js" beforeDir="false" afterPath="$PROJECT_DIR$/public/admin/system_static/js/chunk-78e58f85.ec95ea87.js" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -160,7 +150,7 @@
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1708404371939</updated>
<workItem from="1708404374246" duration="22053000" />
<workItem from="1708404374246" duration="23854000" />
</task>
<servers />
</component>

@ -412,7 +412,6 @@ class LoginController extends AuthController
$verifyCode = substr($verifyCode, 0, 6);
if ($verifyCode != $captcha)
return app('json')->fail(410010);
//校验学生
$c = User::where([
'is_del' => 0,

Loading…
Cancel
Save