细节优化

feat/task1-c-wallet
devil_gong 2019-05-27 11:16:22 +08:00
parent f1bd13d650
commit 41daa8dbf4
1 changed files with 0 additions and 5 deletions

View File

@ -66,11 +66,6 @@ class PluginsService
cache($key, $data);
}
}
if(empty($data))
{
return DataReturn('应用不存在[ '.$plugins.' ]', -100, []);
}
return DataReturn('处理成功', 0, $data);
}