From 9b6c104747f0dd54dd2ea16c35458a6ad6ff91a8 Mon Sep 17 00:00:00 2001 From: shileiye Date: Fri, 29 Nov 2024 16:54:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9F=A5=E8=AF=86=E7=BD=91?= =?UTF-8?q?=E7=9B=98=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=E5=92=8C=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=98=9F=E6=A0=87=E6=97=A0=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/disk/controller/Index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/disk/controller/Index.php b/app/disk/controller/Index.php index b418169..87713ab 100644 --- a/app/disk/controller/Index.php +++ b/app/disk/controller/Index.php @@ -269,7 +269,7 @@ class Index extends BaseController /** * 删除 */ - public function del($ids) + public function del() { $param = get_params(); if (request()->isDelete()) { @@ -495,7 +495,7 @@ class Index extends BaseController foreach ($idArray as $key => $val) { $list[] = [ 'id' => $val, - 'is_share' => 0, + 'is_star' => 0, 'update_time' => time() ]; } -- Gitee