swow-skeleton icon indicating copy to clipboard operation
swow-skeleton copied to clipboard

box php bin/hyperf.php start 启动的项目,获取不到请求信息

Open weiqing-plus opened this issue 3 years ago • 0 comments

全新创建的项目,无任何改动的情况下,在IndexController新建一个test方法,路由为 /test var_dump($this->request->getPathInfo()); 结果是 空字符串 “”

weiqing-plus avatar Jan 06 '23 12:01 weiqing-plus