scene('login')->check($request->post())) { return json_fail($validate->getError()); } return AuthService::login($request->post()); } }