|
@@ -339,7 +339,6 @@ class AuthorizationsController extends Controller
|
|
throw new Exception("设置失败");
|
|
throw new Exception("设置失败");
|
|
}
|
|
}
|
|
|
|
|
|
- return true;
|
|
|
|
$res = $this->do_login($request->mobile,$request->password);
|
|
$res = $this->do_login($request->mobile,$request->password);
|
|
}catch (\Exception $exception){
|
|
}catch (\Exception $exception){
|
|
return $this->response->errorForbidden($exception->getMessage());
|
|
return $this->response->errorForbidden($exception->getMessage());
|