From 332479548267158ae917f6660899884870d20df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=99=E7=A0=81=E7=94=9F=E8=8A=B1?= <18523774412@qq.com> Date: Thu, 11 Jul 2024 15:57:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E7=9A=84=E6=9D=83=E9=99=90=E4=B8=8D=E6=98=AF=E6=89=80=E6=9C=89?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E4=BF=AE=E6=94=B9=E9=82=AE=E7=AE=B1=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=B2=A1=E6=9C=89=E6=9D=83=E9=99=90=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/Account.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/api/controller/Account.php b/app/api/controller/Account.php index f4523092..6765de9b 100644 --- a/app/api/controller/Account.php +++ b/app/api/controller/Account.php @@ -18,6 +18,8 @@ class Account extends Frontend { protected array $noNeedLogin = ['retrievePassword']; + protected array $noNeedPermission = ['verification', 'changeBind']; + public function initialize(): void { parent::initialize();