This commit is contained in:
wangjinlei
2022-12-07 10:37:56 +08:00
parent 3bfc55519b
commit 6cd29940ee
5 changed files with 65 additions and 3 deletions

View File

@@ -20,6 +20,9 @@ class Mytest extends Controller
parent::__construct($request);
}
public function info(){
phpinfo();
}
public function getAllfile()
{