This commit is contained in:
2021-08-27 12:24:52 +08:00
parent 0fcf75f468
commit 5f199ccb19
2 changed files with 5 additions and 22 deletions
+3 -3
View File
@@ -91,12 +91,12 @@ trait HttpParams
/**
* @return mixed
* @return string
* @throws Exception
*/
public function getRawContent(): mixed
public function getContent(): string
{
return $this->_rawContent;
return $this->_body;
}