Commit d1ea7c68 by 杨昕

sdf

parent f553c255
Pipeline #9968 passed with stages
in 32 seconds
...@@ -29,6 +29,8 @@ class UsersController extends Controller ...@@ -29,6 +29,8 @@ class UsersController extends Controller
$response = handler_drive(function () use ($request) { $response = handler_drive(function () use ($request) {
LogModel::addlog("日志测试");
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