diff --git a/library/think/Request.php b/library/think/Request.php index 4ce56a50..ccae2842 100644 --- a/library/think/Request.php +++ b/library/think/Request.php @@ -753,7 +753,7 @@ class Request $this->param = []; return $this->request = array_merge($this->request, $name); } - return $this->input($this->request ?: $_REQUEST, $name, $default, $filter); + return $this->input($this->request, $name, $default, $filter); } /**