From 76b0d2b70614bfb55e8c57d90e7c17d725f58eec Mon Sep 17 00:00:00 2001 From: koogua Date: Wed, 9 Dec 2020 19:33:27 +0800 Subject: [PATCH] =?UTF-8?q?!45=20v1.2.1=E9=98=B6=E6=AE=B5=E6=80=A7?= =?UTF-8?q?=E5=90=88=E5=B9=B6=20*=20Merge=20branch=20'master'=20of=20gitee?= =?UTF-8?q?.com:koogua/course-tencent-cloud=20into=20develop=20*=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BC=80=E5=8F=91=E7=99=BB=E5=BD=95=E9=80=BB?= =?UTF-8?q?=E8=BE=91=20*=20Merge=20branches=20'develop'=20and=20'master'?= =?UTF-8?q?=20of=20https://gitee.com/koogua/cour=E2=80=A6=20*=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=BC=80=E5=8F=91=E7=99=BB=E5=BD=95=EF=BC=8C=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E4=BB=BB=E5=8A=A1=E6=89=A7=E8=A1=8C=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=EF=BC=8C=E5=91=A8=E6=9C=9F=20*=20!41=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=88=86=E7=B1=BB=E6=9C=AA=E8=BF=87=E6=BB=A4?= =?UTF-8?q?2=20*=20!39=20=E4=BF=AE=E5=A4=8D=E8=AF=BE=E7=A8=8B=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E6=9C=AA=E8=BF=87=E6=BB=A4=20*=20Merge=20branch=20'ma?= =?UTF-8?q?ster'=20of=20https://gitee.com/koogua/course-tencent-cloud?= =?UTF-8?q?=E2=80=A6=20*=20=E4=BC=98=E5=8C=96=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E7=99=BB=E5=BD=95=EF=BC=8C=E4=BF=AE=E5=A4=8D=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=8A=A0=E5=AF=86=E9=97=AE=E9=A2=98=20*=20!3?= =?UTF-8?q?3=20=E5=BC=80=E6=94=BE=E7=99=BB=E5=BD=95=E9=98=B6=E6=AE=B5?= =?UTF-8?q?=E6=80=A7=E5=90=88=E5=B9=B6=20*=20!24=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=BE=E6=97=B6=E5=90=8E=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2500=E9=94=99=E8=AF=AF=20*?= =?UTF-8?q?=20=E6=9B=B4=E6=96=B0H5=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=20*?= =?UTF-8?q?=20=E6=9B=B4=E6=96=B0H5=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=20*?= =?UTF-8?q?=20=E6=9B=B4=E6=96=B0H5=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=20*?= =?UTF-8?q?=20Merge=20remote-tracking=20branch=20'remotes/gitee/master'=20?= =?UTF-8?q?into=20develop=20*=20=E5=A2=9E=E5=8A=A0=E5=BE=AE=E4=BF=A1H5?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E9=9C=80=E8=A6=81=E7=9A=84Referer=E5=A4=B4?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Home/Controllers/ConnectController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Home/Controllers/ConnectController.php b/app/Http/Home/Controllers/ConnectController.php index bfe468ee..10c11e4c 100644 --- a/app/Http/Home/Controllers/ConnectController.php +++ b/app/Http/Home/Controllers/ConnectController.php @@ -117,7 +117,7 @@ class ConnectController extends Controller $openUser = $service->getOpenUserInfo($code, $state, $provider); $connect = $service->getConnectRelation($openUser['id'], $openUser['provider']); - if ($connect && $connect->deleted == 0) { + if ($connect) { if ($this->authUser->id > 0) { $service->bindUser($openUser); return $this->response->redirect(['for' => 'home.uc.account']);