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