Commit f553c255 by 杨昕

tesg

parent b9a6f17b
Pipeline #9966 passed with stages
in 35 seconds
...@@ -29,9 +29,6 @@ class UsersController extends Controller ...@@ -29,9 +29,6 @@ class UsersController extends Controller
$response = handler_drive(function () use ($request) { $response = handler_drive(function () use ($request) {
LogModel::addlog(["用户登录"=>$request->all()]);
if (!$request->password) { if (!$request->password) {
throw new ControllerException('口令不能为空',400); throw new ControllerException('口令不能为空',400);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment