Commit 4b762594 by 杨昕

Merge branch 'test' into 'master'

code format

See merge request !8
parents c3d1aa58 87f41ab1
Pipeline #10034 passed with stages
in 41 seconds
...@@ -29,8 +29,6 @@ class UsersController extends Controller ...@@ -29,8 +29,6 @@ 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