改名
This commit is contained in:
@@ -118,7 +118,7 @@ class HttpParams
|
|||||||
*/
|
*/
|
||||||
public function getBodyAndClear(): mixed
|
public function getBodyAndClear(): mixed
|
||||||
{
|
{
|
||||||
$data = $this->body;
|
$data = $this->body['body'];
|
||||||
$this->clearBody();
|
$this->clearBody();
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user