完善系统问题

This commit is contained in:
augushong
2020-05-19 21:25:53 +08:00
parent 04134e3b41
commit a961389631
4 changed files with 23 additions and 5 deletions

View File

@@ -89,4 +89,11 @@ class System extends Common
return $this->success();
}
public function clearCache()
{
Cache::clear();
return $this->success('清楚成功');
}
}