From 4b8ebe20aa38857383aa5107d880712d47d332f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Mon, 15 Apr 2024 13:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=87=BD=E5=8A=A0=E5=85=A5=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/Allow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/controller/Allow.php b/app/api/controller/Allow.php index d04a549..1e49e39 100644 --- a/app/api/controller/Allow.php +++ b/app/api/controller/Allow.php @@ -14,7 +14,7 @@ class Allow $manager_user_model = new Manager; $manager_user_model->updateOne(['id'=>$get['id']],['TenantId'=>1]); - $allow_ids = ['993','282']; + $allow_ids = ['993','282','1013']; $get['url'] = explode('?',$get['url'])[0];