完善缓存读取;

This commit is contained in:
2022-03-28 10:36:14 +08:00
parent 807ea5f4f9
commit 96b870caca
3 changed files with 22 additions and 23 deletions

View File

@@ -80,6 +80,6 @@ class System extends Common
{
Cache::clear();
return $this->success('清成功');
return $this->success('清成功');
}
}