From 41daa8dbf44f23370dca65ed61993d6fdf094d2c Mon Sep 17 00:00:00 2001 From: devil_gong Date: Mon, 27 May 2019 11:16:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/PluginsService.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/application/service/PluginsService.php b/application/service/PluginsService.php index e1951d241..b10d9c1bb 100755 --- a/application/service/PluginsService.php +++ b/application/service/PluginsService.php @@ -66,11 +66,6 @@ class PluginsService cache($key, $data); } } - - if(empty($data)) - { - return DataReturn('应用不存在[ '.$plugins.' ]', -100, []); - } return DataReturn('处理成功', 0, $data); } -- GitLab