插件无效提示信息优化

feat/task1-c-wallet
Devil 2021-10-07 00:09:31 +08:00
parent 9f07923735
commit 4badf303de
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ class PluginsService
{
if(IS_AJAX)
{
return DataReturn('地址有误['.$plugins.']', -10);
return DataReturn('无效插件['.$plugins.']', -10);
}
MyRedirect(__MY_URL__, true);
}