PhalApi/PhalApi/Request.php | ●●●●● patch | view | raw | blame | history |
PhalApi/PhalApi/Request.php
@@ -83,7 +83,7 @@ // 备用数据源 $this->headers = $this->getAllHeaders(); $this->get = $_GET; $this->post = $_POST; $this->post = !empty($_POST)?$_POST:file_get_contents('php://input'); $this->request = $_REQUEST; $this->cookie = $_COOKIE;