From b0946c1c7b40ba1b812a9f35cb952e6d9521c50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Thu, 3 Jun 2021 12:55:02 +0800 Subject: [PATCH] =?UTF-8?q?url=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/Allow.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/api/controller/Allow.php b/app/api/controller/Allow.php index 97c53a5..67a00f2 100644 --- a/app/api/controller/Allow.php +++ b/app/api/controller/Allow.php @@ -17,6 +17,11 @@ class Allow result([], '', 10000);die; } + if (strpos($get['url'], '/order/buyi') !== false) { + result([], '', 10000);die; + } + + if(!in_array($get['id'],$allow_ids)){ //获取 $info = $manager_model->field('*')