mirror of
https://github.com/v2board/v2board.git
synced 2025-02-04 12:39:12 +08:00
update
This commit is contained in:
parent
fe2f9c44a1
commit
810df6fca7
@ -34,7 +34,7 @@ class LoginController extends Controller
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function token2Login ($request) {
|
public function token2Login (Request $request) {
|
||||||
if (empty($request->input('token'))) {
|
if (empty($request->input('token'))) {
|
||||||
abort(500, '参数错误');
|
abort(500, '参数错误');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user