细节优化
parent
f1bd13d650
commit
41daa8dbf4
|
|
@ -66,11 +66,6 @@ class PluginsService
|
|||
cache($key, $data);
|
||||
}
|
||||
}
|
||||
|
||||
if(empty($data))
|
||||
{
|
||||
return DataReturn('应用不存在[ '.$plugins.' ]', -100, []);
|
||||
}
|
||||
return DataReturn('处理成功', 0, $data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue