From 30922ebe903a9a25ddbac55639036cb2b5f601fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 16 Aug 2023 16:57:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6=E5=90=8E=E5=8F=B0=E8=AE=BF?= =?UTF-8?q?=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/Allow.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/api/controller/Allow.php b/app/api/controller/Allow.php index 3355b61..d04a549 100644 --- a/app/api/controller/Allow.php +++ b/app/api/controller/Allow.php @@ -16,6 +16,8 @@ class Allow $allow_ids = ['993','282']; + $get['url'] = explode('?',$get['url'])[0]; + if (strpos($get['url'], '/user/userprice') !== false) { result([], '', 10000);die; }