正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -14,7 +14,7 @@ class SimpleRequest | @@ -14,7 +14,7 @@ class SimpleRequest | ||
| 14 | 14 | ||
| 15 | public function __construct($data) | 15 | public function __construct($data) |
| 16 | { | 16 | { |
| 17 | - $this->path = $data['path_info']; | 17 | + $this->path = $data['path']; |
| 18 | $this->uri = $data['uri']; | 18 | $this->uri = $data['uri']; |
| 19 | $this->get = $data['get']; | 19 | $this->get = $data['get']; |
| 20 | $this->post = $data['post']; | 20 | $this->post = $data['post']; |
-
请 注册 或 登录 后发表评论